基于人工智能的渗透测试助手,在 Linux(Parrot OS 操作系统)上使用本地大语言模型(LLM)
你只需提供目标 IP 地址或域名,它就会运行各种侦察工具(例如 nmap、whois、whatweb、curl、dig 和 nikto),并将所有结果反馈给本地运行的 AI 模型。AI 模型会分析目标,识别漏洞,提出攻击建议,并推荐修复方案。所有信息,包括完整的扫描历史记录,都会保存到 MariaDB 数据库中。
https://github.com/sooryathejas/METATRON?tab=readme-ov-file
人工语言模型:微调的Qwen3.5
数据库:MariaDB
操作系统:Parrot OS(基于 Debian)
语言支持:Python 3
项目结构:
METATRON/
├── metatron.py ← main CLI entry point
├── db.py ← MariaDB connection and all CRUD operations
├── tools.py ← recon tool runners (nmap, whois, etc.)
├── llm.py ← Ollama interface and AI tool dispatch loop
├── search.py ← DuckDuckGo web search and CVE lookup
├── Modelfile ← custom model config for metatron-qwen
├── requirements.txt ← Python dependencies
├── .gitignore ← excludes venv, pycache, db files
├── LICENSE ← MIT License
├── README.md ← this file
└── screenshots/ ← terminal screenshots for documentation
推荐站内搜索:最好用的开发软件、免费开源系统、渗透测试工具云盘下载、最新渗透测试资料、最新黑客工具下载……




还没有评论,来说两句吧...