Network Enumeration With Nmap Module Cheat Sheet
Network Enumeration With Nmap Module Cheat Sheet
NMAP
CHEAT SHEET
Scanning Options
-PE Performs the ping scan by using ICMP Echo Requests against the
target.
--top-ports= Scans the specified top ports that have been defined as most
<num> frequent.
-D RND:5 Sets the number of random Decoys that will be used to scan the
target.
Output Options
Nmap Description
Option
Nmap Description
Option
-oA Stores the results in all available formats starting with the name of
filename "filename".
-oN Stores the results in normal format with the name "filename".
filename
-oG Stores the results in "grepable" format with the name of "filename".
filename
-oX Stores the results in XML format with the name of "filename".
filename
Performance Options
--max-retries <num> Sets the number of retries for scans of specific ports.
--max-rtt-timeout 100ms Sets the specified time value as maximum RTT timeout.