Files
tldr/pages.zh/common/nikto.md

24 lines
574 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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