mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
Merge pull request #33 from ggabarrin/fix_nmap_parameter
Fix nmap parameter for scanning specific port
This commit is contained in:
commit
d8ed6dfb1a
@ -17,7 +17,7 @@ nmap -oN [output.txt] [target]
|
||||
nmap -oX [output.xml] [target]
|
||||
|
||||
# Scan a specific port:
|
||||
nmap -source-port [port] [target]
|
||||
nmap -p [port] [target]
|
||||
|
||||
# Do an aggressive scan:
|
||||
nmap -A [target]
|
||||
|
Loading…
Reference in New Issue
Block a user