mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-21 18:33:03 +00:00
Update NMAP_cheat_sheet.md
This commit is contained in:
parent
e3fe612f9d
commit
96bae6a8a2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue