diff --git a/cheat_sheets/NMAP_cheat_sheet.md b/cheat_sheets/NMAP_cheat_sheet.md index 746600d..2d38483 100644 --- a/cheat_sheets/NMAP_cheat_sheet.md +++ b/cheat_sheets/NMAP_cheat_sheet.md @@ -29,13 +29,13 @@ If no port range is specified, Nmap scans the 1,000 most popular ports. ## Scan Types --`-sn`: Probe only (host discovery, not port scan) --`-sS`: SYN Scan --`-sT`: TCP Connect Scan --`-sU`: UDP Scan --`-sV`: Version Scan --`-O`: Used for OS Detection/fingerprinting --`--scanflags`: Sets custom list of TCP using `URG ACK PSH RST SYN FIN` in any order +- `-sn`: Probe only (host discovery, not port scan) +- `-sS`: SYN Scan +- `-sT`: TCP Connect Scan +- `-sU`: UDP Scan +- `-sV`: Version Scan +- `-O`: Used for OS Detection/fingerprinting +- `--scanflags`: Sets custom list of TCP using `URG ACK PSH RST SYN FIN` in any order ## Probing Options @@ -56,14 +56,14 @@ If no port range is specified, Nmap scans the 1,000 most popular ports. ## Fine-Grained Timing Options -`--min-hostgroup/max-hostgroup `: Parallel host scan group sizes -`--min-parallelism/max-parallelism `: Probes parallelization -`--min-rtt-timeout/max-rtttimeout/initial-rtt-timeout