fredscottsbulls/ScottsTechX-nikto

GitHub: fredscottsbulls/ScottsTechX-nikto

一款基于 Nikto 的 Web 服务器漏洞扫描工具,用于自动检测已知漏洞、配置错误及过时软件版本。

Stars: 0 | Forks: 0

# 🔍 ScottsTechX Nikto

Nikto Web Security

## ⚡ 功能简介 Nikto 可扫描 Web 服务器,检测 7000 多个已知漏洞、配置错误、危险文件以及过时的软件版本。这是 Web 初始侦察的必备工具。 ## 🚀 快速使用 ``` # 基础扫描 nikto -h target.com # 带调优的完整扫描 nikto -h target.com -T 1-6 # 扫描特定端口 nikto -h target.com -p 80,443,8080 # 保存输出 nikto -h target.com -o results.xml -Format xml # 规避检测 (慢) nikto -h target.com -evasion +Tuning 1 ``` ## 🛛 Bug Bounty ``` nikto -h https://target.com -ssl -timeout 30 nikto -h target.com -plugins "+@ALL" -maxtime 2h ``` MIT © 2026
标签:BurpSuite 集成, C2日志可视化, Nikto, Web安全, 指纹识别, 插件系统, 蓝队分析, 调试插件