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

fix-hunspell-typos-042721
bl-ue 2021-04-22 16:06:36 -04:00 committed by GitHub
parent 0bbf60f290
commit 43901df7ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -24,11 +24,11 @@
`nmap -T4 {{direccion_o_direcciones}}`
- Escanea una lista específica de puertos (para todos los puertos 1-65535 usar -p-):
- Escanea una lista específica de puertos (para todos los puertos `1-65535` usar `-p-`):
`nmap -p {{puerto1,puerto2,…,puertoN}} {{direccion_o_direcciones}}`
- Realiza un escaneo TCP y UDP (usar -sU para solo UDP, -sZ para SCTP, -sO para IP):
- Realiza un escaneo TCP y UDP (usar `-sU` para solo UDP, `-sZ` para SCTP, `-sO` para IP):
`nmap -sSU {{direccion_o_direcciones}}`

View File

@ -24,11 +24,11 @@
`nmap -T4 {{indirizzo_o_indirizzi}}`
- Scansiona una specifica lista di porte (usa -p- per tutte le porte 1-65535):
- Scansiona una specifica lista di porte (usa `-p-` per tutte le porte `1-65535`):
`nmap -p {{porta1,porta2,…,portaN}} {{indirizzo_o_indirizzi}}`
- Esegui scansione TCP e UDP (usa -sU per usare solo UDP, -sZ per SCTP, -sO per IP):
- Esegui scansione TCP e UDP (usa `-sU` per usare solo UDP, `-sZ` per SCTP, `-sO` per IP):
`nmap -sSU {{indirizzo_o_indirizzi}}`

View File

@ -24,11 +24,11 @@
`nmap -T4 {{一个地址 或者 多个地址}}`
- 扫描端口的特定列表(使用-p参数覆盖所有端口如 -p 1-65535也可以明确指定几个端口如 -p 3306,3307,3308
- 扫描端口的特定列表(使用 `-p` 参数覆盖所有端口,如 `-p 1-65535`,也可以明确指定几个端口,如 `-p 3306,3307,3308`
`nmap -p {{端口1, 端口2, ..., 端口N}} {{一个地址 或者 多个地址}}`
- 执行 TCP 和 UDP 扫描(-sU 只用 UDP 扫描,-sZ 用 SCTP 扫描,-sO 用于 IP 扫描):
- 执行 TCP 和 UDP 扫描(`-sU` 只用 UDP 扫描,`-sZ` 用 SCTP 扫描,`-sO` 用于 IP 扫描):
`nmap -sSU {{一个地址 或者 多个地址}}`

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}}`