Update NMAP_cheat_sheet.md

This commit is contained in:
Omar Santos 2021-05-19 14:23:03 -04:00 committed by GitHub
parent 7eb538c5a8
commit 242d18b1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -45,12 +45,12 @@ If no port range is specified, Nmap scans the 1,000 most popular ports.
- `-PM`: Using ICMP Netmask Request
## Timing Options
`-T0` (Paranoid): Very slow, used for IDS evasion
`-T1` (Sneaky): Quite slow, used for IDS evasion
`-T2` (Polite): Slows down to consume less bandwidth, runs ~10 times slower than default
`-T3` (Normal): Default, a dynamic timing model based on target responsiveness
`-T4` (Aggressive): Assumes a fast and reliable network and may overwhelm targets
`-T5` (Insane): Very aggressive; will likely overwhelm targets or miss open ports
- `-T0` (Paranoid): Very slow, used for IDS evasion
- `-T1` (Sneaky): Quite slow, used for IDS evasion
- `-T2` (Polite): Slows down to consume less bandwidth, runs ~10 times slower than default
- `-T3` (Normal): Default, a dynamic timing model based on target responsiveness
- `-T4` (Aggressive): Assumes a fast and reliable network and may overwhelm targets
- `-T5` (Insane): Very aggressive; will likely overwhelm targets or miss open ports
## Fine-Grained Timing Options