From 242d18b1b259c59944e3d1121a46859fd62fc65c Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Wed, 19 May 2021 14:23:03 -0400 Subject: [PATCH] Update NMAP_cheat_sheet.md --- cheat_sheets/NMAP_cheat_sheet.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cheat_sheets/NMAP_cheat_sheet.md b/cheat_sheets/NMAP_cheat_sheet.md index 7b14b17..2c0bf9f 100644 --- a/cheat_sheets/NMAP_cheat_sheet.md +++ b/cheat_sheets/NMAP_cheat_sheet.md @@ -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