nmap: easily Ping-Scan all addresses in my subnet
- by Felipe Alvarez
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