Fix interpunction, mention scripts in -A.

This commit is contained in:
Jacek Wielemborek
2015-12-31 09:29:37 +01:00
parent b6ca634bb1
commit 68beb5eb8e

View File

@@ -11,18 +11,18 @@
`nmap {{ip_or_hostname}} {{optional_another_address}}` `nmap {{ip_or_hostname}} {{optional_another_address}}`
- Also enable service detection, OS fingerprinting and traceroute. - Also enable scripts, service detection, OS fingerprinting and traceroute.
`nmap -A {{address_or_addresses}}` `nmap -A {{address_or_addresses}}`
- Assume good network connection and speed up execution: - Assume good network connection and speed up execution.
`nmap -T4 {{address_or_addresses}}` `nmap -T4 {{address_or_addresses}}`
- Scan a specific list of ports (use -p- for all ports 1-65535) - Scan a specific list of ports (use -p- for all ports 1-65535).
`nmap -p {{port1,port2,...,portN}} {{address_or_addresses}}` `nmap -p {{port1,port2,...,portN}} {{address_or_addresses}}`
- Perform TCP and UDP scanning (use -sU for UDP only, -sZ for SCTP, -sO for IP): - Perform TCP and UDP scanning (use -sU for UDP only, -sZ for SCTP, -sO for IP).
`nmap -sSU {{address_or_addresses}}` `nmap -sSU {{address_or_addresses}}`