| List alive hosts in specific subnet nmap command |
|
|
nmap Command to list the system on network connection
nmap -sP 192.168.1.0/24
OUTPUT:
Starting Nmap 4.68 ( http://nmap.org ) at 2010-06-06 20:38 IST
Host w3calculator.com (192.168.1.1) appears to be up.
Host w3calculator.com (192.168.1.2) appears to be up.
Nmap done: 256 IP addresses (2 hosts up) scanned in 1.144 seconds
The nmap command will list number of host up in a network.
|
| Linux - Find alive systems in network |
| The topic on Linux - List alive hosts in specific subnet nmap command is posted by - Math |
Hope you have enjoyed, Linux - List alive hosts in specific subnet nmap command . Thanks for your time.
|