From 21559f3f48ff301d5ab14c877fb6e4d73c7265ed Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Wed, 26 Dec 2018 21:49:27 -0500 Subject: [PATCH] Update NMAP_cheat_sheet.md --- cheat_sheets/NMAP_cheat_sheet.md | 46 ++++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 deletions(-) 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