nmap: put command flags in example descriptions in backticks (#5812)

This commit is contained in:
bl-ue
2021-04-22 16:06:36 -04:00
committed by GitHub
parent 0bbf60f290
commit 43901df7ec
4 changed files with 8 additions and 8 deletions

View File

@@ -24,11 +24,11 @@
`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}}`
- 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}}`