I built a pentesting platform that lets AI control 400+ hacking tools

Posted by Justachillguypeace@reddit | LocalLLaMA | View on Reddit | 35 comments

Hey everyone,

I've been working on this project for the past month as a side project (I'm a pentester).

The idea: give your AI agent a full pentesting environment. Claude can execute tools directly in a Docker container, chain attacks based on what it finds, and document everything automatically.

How it works:

- Claude connects via MCP to an Exegol container (400+ security tools)

- Executes nmap, sqlmap, nuclei, ffuf, etc. directly

- Tracks findings in a web dashboard

- Maintains full context across the entire assessment

No more copy-pasting commands back and forth between Claude and your terminal :)

GitHub: https://github.com/Vasco0x4/AIDA

Demo: https://www.youtube.com/watch?v=yz6ac-y4g08

This is my first big open source project, so I'm waiting for honest reviews and feedback. Not trying to monetize it, just sharing with the community.