GH05TCREW/pentestagent — GitHub Repository Preview
Security & Pentesting ★ 1.8k Python

GH05TCREW/pentestagent

by @GH05TCREW ·

1.8k Stars
371 Forks
9 Issues
Python Language

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.

GH05TCREW
@GH05TCREW Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/GH05TCREW/pentestagent.git

Quick Start Example

bash
# 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

Tags

#ai#pentesting#red-team#llm#bug-bounty#security-automation

Related Projects