Exodus is an agentic pentesting suite that fuses LLMs with tools in Kali Linux to perform attacks on networks. Built for Sundai hackathon. Uses Grok 2.
- Make sure you have
dockerinstalled on your system. - Make sure you have
uvinstalled on your system (usebreworpip). - Create a
.envin the project root with anOPENAI_API_KEY. - Run
./build.shto build a Docker image for Kali calledkali. - Start the Docker daemon by opening Docker desktop.
- Run
./start.shto start thekaliDocker container. - Run
uv pip install -r requirements.txt - Run
uv venv - Run
uv run main.py
