PentestAgent is an AI agent framework for black-box security testing, supporting bug bounty, red-team, and penetration testing workflows. Leverages large language models and knowledge graphs to automate reconnaissance, vulnerability discovery, and exploit generation. Features MCP tool integration, AI-powered decision making, and support for CTF challenges. Built for security professionals who want to augment their pentesting capabilities with AI automation.
git clone https://github.com/GH05TCREW/pentestagent.git
# Install PentestAgent
pip install pentestagent
# Run with AI-powered scanning
pentestagent scan --target example.com \
--mode blackbox \
--ai-model gpt-4
# CTF mode
pentestagent ctf --challenge-url http://ctf.example.com