add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/nikto.md Normal file
View File

@@ -0,0 +1,24 @@
# nikto
> 网络服务器扫描器,针对网络服务器执行多项测试。
> 更多信息:<https://cirt.net/Nikto2>。
- 对目标主机执行基本的Nikto扫描
`perl nikto.pl -h {{192.168.0.1}}`
- 在执行基本扫描时指定端口号:
`perl nikto.pl -h {{192.168.0.1}} -p {{443}}`
- 使用完整的URL语法扫描端口和协议
`perl nikto.pl -h {{https://192.168.0.1:443/}}`
- 在同一扫描会话中扫描多个端口:
`perl nikto.pl -h {{192.168.0.1}} -p {{80,88,443}}`
- 更新到最新的插件和数据库:
`perl nikto.pl -update`