mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-19 19:36:08 +00:00
Update NMAP_cheat_sheet.md
This commit is contained in:
parent
e3fe612f9d
commit
96bae6a8a2
@ -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)
|
- `-r`: Scans linearly (does not randomize ports)
|
||||||
- `--top-ports <n>`: Scan n most popular 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
|
- `-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
|
## Port Status
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user