nmap: easily Ping-Scan all addresses in my subnet
Posted
by Felipe Alvarez
on Super User
See other posts from Super User
or by Felipe Alvarez
Published on 2010-05-28T02:37:43Z
Indexed on
2010/05/28
2:42 UTC
Read the original article
Hit count: 439
nmap
Is there an nmap line that will auto-detect my current IP address and subnet mask, and run a ping-scan on all? For example:
#> nmap -sP 0.0.0.0
Instead of manually:
#> nmap -sP 192.168.100.0/24
© Super User or respective owner