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
|
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:
Instead of manually:
| |||
|
feedback
|
|
I don't think that there is a way with doing that with
You have to install hth | ||||
|
feedback
|