Sign inSign up

0zzytech/bodach

By 0zzytech

•Updated 6 months ago

Bodach — Agentic AI Pentesting Assistant

Image
Security
0

988

0zzytech/bodach repository overview

Bodach — Agentic AI Pentesting Assistant

▎ For educational purposes only. Only use against systems you own or have explicit written authorisation to test.

An agentic AI-powered penetration testing assistant running inside Kali Linux. Chat with an AI that autonomously selects and runs 80+ pentesting tools, streams real-time output, tracks findings automatically, and generates professional reports. While using Ollama Cloud.

Made for education purposes by Ozzytech

Quick Start

docker pull 0zzytech/bodach:latest

docker run -d
--name BODACH \
--cap-add NET_ADMIN \
--cap-add NET_RAW
-p 8000:8000
-e OLLAMA_API_KEY=your_key_here \
-e OLLAMA_MODEL=llama3.1
0zzytech/bodach:latest

Then open http://localhost:8000⁠

Features

  • 80+ integrated pentesting tools (nmap, sqlmap, nuclei, bloodhound, trivy, and more)
  • Agentic loop — AI plans, runs tools, reads output, and adapts autonomously
  • Auto-findings — vulnerabilities captured automatically with CVSS scores
  • Credential Vault, Asset Inventory, Attack Timeline
  • Real-time terminal output via WebSocket
  • HTML / Markdown / PDF report generation
  • Multi-session with full persistence

Source

GitHub: https://github.com/0zzy-tech/BODACH⁠

Tag summary

Content type

Image

Digest

sha256:c28e2962f…

Size

4 GB

Last updated

6 months ago

docker pull 0zzytech/bodach