diff --git a/sheets/nmap b/sheets/nmap index 52c1a01..a149e74 100644 --- a/sheets/nmap +++ b/sheets/nmap @@ -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]