2
0
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:
Igor Chubin 2018-09-05 08:22:14 +02:00 committed by GitHub
commit d8ed6dfb1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]