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 edit summary
Line 2: Line 2:
=== ICMP Ping Scan ===
=== ICMP Ping Scan ===
<pre>
<pre>
nmap -sP -PE 10.20.40.0/24
# nmap -sP -PE 10.20.40.0/24
<snip>
... <most of the output removed> ...
Nmap done: 256 IP addresses (15 hosts up) scanned in 5.10 seconds
Nmap done: 256 IP addresses (15 hosts up) scanned in 5.10 seconds
#
</pre>
</pre>

Revision as of 10:12, 23 December 2011

Host discovery

ICMP Ping Scan

# nmap -sP -PE 10.20.40.0/24
 ... <most of the output removed> ...
Nmap done: 256 IP addresses (15 hosts up) scanned in 5.10 seconds
#