vscan
1.0.0
漏洞扫描仪工具正在使用NMAP和NSE脚本来查找漏洞
该工具将额外的值在NMAP中扫描漏洞扫描。它使用NSE脚本,可以在漏洞检测和开发方面增加灵活性。下面有NSE脚本提供的一些功能
该工具使用路径/usr/share/nmap/scripts/
NSE脚本位于Kali Linux中
该工具执行以下操作
如果该工具在某个协议(例如http)中找到漏洞,则将输出保存到日志文件中,该文件被创建并保存在以下位置/home/vulnerabilities_enumeration/http_vulnerabilities/http_vulnerabilities/http_vulnerabilities.txt
中使用协议前缀创建,当前场合是HTTP 协议。
[Usage:] ./vscan.sh <ip_range> <protocol> <port> <Pn (optional)>
[Usage:] ./vscan.sh <ips_file> <protocol> <port> <Pn (optional)>
[Usage:] ./vscan.sh <ip> <protocol> <port> <Pn (optional)>
./vscan.sh 192.168.162.90 http 80
./vscan.sh 192.168.162.10-90 http 80
./vscan.sh 192.168.162.90 ssh 22 Pn
./vscan.sh IPs.txt smb 445