Update nmap

Fixed two typo's and didn't dare to touch anything else.
pull/126/head
Steven Zeegers 4 years ago committed by GitHub
parent 6e49a334ca
commit a5fed1dcc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@ nmap -T5 --min-parallelism=50 -n --min-rate=300 [target]
nmap -traceroute [target]
# Ping scan only: -sP
# Don't ping: -PN <- Use full if a host don't reply to a ping.
# Don't ping: -PN <- Useful if a host doesn't reply to a ping.
# TCP SYN ping: -PS
# TCP ACK ping: -PA
# UDP ping: -PU

Loading…
Cancel
Save