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