mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Update NMAP_cheat_sheet.md
This commit is contained in:
parent
7eb538c5a8
commit
242d18b1b2
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue