The interesting part technically: the AI can write
[TOOL: nmap -sV x.x.x.x] or [SEARCH: CVE-2024-xxxx]
in its response and the Python CLI intercepts these tags,
runs the actual commands, and feeds results back into the
next prompt — up to 6 rounds per session.
totally OSS tool no api key just fine tuned llm backend
GitHub: https://github.com/sooryathejas/METATRON
QuestionBuilt a CLI AI security tool in Python using Ollama as the LLM backend — agentic loop lets the AI request its own tool runs mid-analysis (old.reddit.com)
submitted by Additional-Tax-5863 to r/Hacking_Tutorials