Friday, December 10, 2010

Network Scan

Need to scan your network to find available ipaddress? If you are using a linux distro, then you have nmap at your service. One simple command is all it takes.

nmap –s 192.168.1.0/24

nmap has many other command switches available. Check our their website for more information.

http://nmap.org