Update NMAP_cheat_sheet.md

This commit is contained in:
Omar Santos 2018-12-26 21:49:27 -05:00 committed by GitHub
parent b044376ec8
commit 21559f3f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,14 +56,14 @@ If no port range is specified, Nmap scans the 1,000 most popular ports.
## Fine-Grained Timing Options ## Fine-Grained Timing Options
`--min-hostgroup/max-hostgroup <size> `: Parallel host scan group sizes - `--min-hostgroup/max-hostgroup <size> `: Parallel host scan group sizes
`--min-parallelism/max-parallelism <numprobes>`: Probes parallelization - `--min-parallelism/max-parallelism <numprobes>`: Probes parallelization
`--min-rtt-timeout/max-rtttimeout/initial-rtt-timeout <time>`: Specifies probe round trip time. - `--min-rtt-timeout/max-rtttimeout/initial-rtt-timeout <time>`: Specifies probe round trip time.
`--max-retries <tries>`: Caps number of port scan probe retransmissions. - `--max-retries <tries>`: Caps number of port scan probe retransmissions.
`--host-timeout <time>`: Gives up on target after this long - `--host-timeout <time>`: Gives up on target after this long
`--scan-delay/--max-scan-delay <time>`: Adjusts delay between probes - `--scan-delay/--max-scan-delay <time>`: Adjusts delay between probes
`--min-rate <number>`: Send packets no slower than `<number>` per second - `--min-rate <number>`: Send packets no slower than `<number>` per second
`--max-rate <number>`: Send packets no faster than `<number>` per second - `--max-rate <number>`: Send packets no faster than `<number>` per second
## Nmap Scripting Engine ## Nmap Scripting Engine
@ -122,14 +122,14 @@ The most common Nmap scripting engine categories:
## Output Options ## Output Options
`-oN`: Standard Nmap output - `-oN`: Standard Nmap output
`-oG`: Greppable format - `-oG`: Greppable format
`-oX`: XML format - `-oX`: XML format
`-oA`: <basename> Generate Nmap, Greppable, and XML output files using basename for files - `-oA`: <basename> Generate Nmap, Greppable, and XML output files using basename for files
## Additional Options ## Additional Options
`-n`: Disables reverse IP address lookups - `-n`: Disables reverse IP address lookups
`-6`: Uses IPv6 only - `-6`: Uses IPv6 only
`-A`: Uses several features, including OS Detection, Version Detection, Script Scanning (default), and traceroute - `-A`: Uses several features, including OS Detection, Version Detection, Script Scanning (default), and traceroute
`--reason`: Displays the reason Nmap thinks that the port is open, closed, or filtered - `--reason`: Displays the reason Nmap thinks that the port is open, closed, or filtered