Update NMAP_cheat_sheet.md

This commit is contained in:
Omar Santos 2021-02-20 21:36:42 -05:00 committed by GitHub
parent e3fe612f9d
commit 96bae6a8a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <n>`: 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