From 96bae6a8a2300ebf6dec66db23e91cc05129656b Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sat, 20 Feb 2021 21:36:42 -0500 Subject: [PATCH] Update NMAP_cheat_sheet.md --- cheat_sheets/NMAP_cheat_sheet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cheat_sheets/NMAP_cheat_sheet.md b/cheat_sheets/NMAP_cheat_sheet.md index fa10f1c..7b14b17 100644 --- a/cheat_sheets/NMAP_cheat_sheet.md +++ b/cheat_sheets/NMAP_cheat_sheet.md @@ -13,7 +13,8 @@ If no port range is specified, Nmap scans the 1,000 most popular ports. - `-r`: Scans linearly (does not randomize ports) - `--top-ports `: Scan n most popular ports - `-p-65535`: Leaving off the initial port in range makes Nmap scan start at port 1 -- `-p0-`: Leaving off the end port in range makes Nmap scan through p +- `-p-`: Leaving off the end port in range makes Nmap scan all ports +- `-F`: (Fast (limited port) scan) ## Port Status