Nmap cheatsheet: Difference between revisions

From TykWiki
Jump to navigationJump to search
(Created page with "== Host discovery == === ICMP Ping Scan === <pre> nmap -sP -PE 10.20.40.0/24 <snip> Nmap done: 256 IP addresses (15 hosts up) scanned in 5.10 seconds </pre>")
(No difference)

Revision as of 10:11, 23 December 2011

Host discovery

ICMP Ping Scan

nmap -sP -PE 10.20.40.0/24
<snip>
Nmap done: 256 IP addresses (15 hosts up) scanned in 5.10 seconds