GH05TCREW/pentestagent is trending on GitHub with 25 stars today, bringing its total to 1,600 stars. PentestAgent is an AI agent framework for black-box security testing, supporting bug bounty, red-team, and penetration testing workflows.
The project is forked 352 times.
ai knowledge-graph penetration-testing blackbox-testing ctf-tools security-automation ai-agents red-teaming pentesting-tools ai-assistant
From the README
PentestAgent AI Penetration Testing ghostcrew_demo.mp4 Requirements Python 3.10+ API key for OpenAI, Anthropic, or other LiteLLM-supported provider Install # Clone git clone https://github.com/GH05TCREW/pentestagent.git cd pentestagent # Setup (creates venv, installs deps) . \s cripts \s etup.ps1 # Windows ./scripts/setup.sh # Linux/macOS # Or manual python -m venv venv . \v env \S cripts \A ctivate.ps1 # Windows source venv/bin/activate # Linux/macOS pip install -e " .[all] " playwright install chromium # Required for browser tool Configure Create .env in the project root: ANTHROPIC_API_KEY=sk-ant-... PENTESTAGENT_MODEL=claude-sonnet-4-20250514 Or for OpenAI: OPENAI_API_KEY=sk-... PENTESTAGENT_MODEL=gpt-5 Any LiteLLM-supported model works.
1,600
Stars
Stars
352
Forks
Forks
View the full repository at github.com/GH05TCREW/pentestagent
