前言
本节学习扫描工具NIKTO
1、NIKTO简介
安装并更新官网:https://cirt.net/Nikto-Installing_and_Updating
git:https://github.com/sullo/nikto
Perl语言开发的开源web安全扫描器
- 可以搜索存在安全隐患的文件
- 可以搜索服务器配置漏洞
- 可以搜索web application层面的安全隐患
2、安装
git clone https://github.com/sullo/nikto.git Nikto2 #通过git安装
nikto -update #更新,可能要FQ
nikto -list-plugins #查看插件
3、扫描
nikto -host http://192.168.1.109/dvwa #指定扫描目标
nikto -host www.baidu.com -port 443 -ssl #支持对https扫描
nikto -host 192.168.1.109:80 #可以指定端口进行扫描
nikto -host 192.168.1.109 -port 8