Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -2,9 +2,9 @@
> 网络探索工具和安全/端口扫描程序。
> 仅当以特权运行 Nmap 时,某些功能才激活。
> 更多信息见: <https://nmap.org>.
> 更多信息见 <https://nmap.org>.
- 检查IP地址是否可用并猜测远程主机的操作系统
- 检查 IP 地址是否可用,并猜测远程主机的操作系统:
`nmap -O {{IP 或者 主机名}}`
@@ -12,7 +12,7 @@
`nmap -sn {{IP 或者 主机名}} {{可选的其它地址}}`
- 像上面一样如果主机启动了还可以运行默认的1000端口TCP扫描
- 像上面一样,如果主机启动了,还可以运行默认的 1000 端口 TCP 扫描:
`nmap {{IP 或者 主机名}} {{可选的其它地址}}`