Releases: ganeshkrishnareddy/pentestcode
Releases · ganeshkrishnareddy/pentestcode
Release list
PentestCode v0.2.4
PentestCode v0.2.4
AI-Powered Autonomous Penetration Testing Platform
The #1 open-source AI security testing tool for ethical hackers, bug bounty hunters, and security researchers.
GitHub Action
Run security scans directly in your CI/CD pipeline:
- uses: ganeshkrishnareddy/pentestcode@v0.2.4
with:
target: https://staging.example.com
api-key: ${{ secrets.OPENAI_API_KEY }}Features
- 13 Specialized AI Agents — Autonomous security testing with coordinated multi-agent architecture
- 18+ Pentest Tools — Nmap, SQLMap, Nikto, Nuclei, and more
- 20+ LLM Providers — OpenAI, Anthropic, Google, local models
- Persistent Engagement State — Remembers previous scans and adapts strategy
- 19 Knowledge Packs — Pre-built security knowledge for common vulnerabilities
- SARIF Output — Integrates with GitHub Security tab
- Cross-Platform — macOS, Linux, Windows binaries
Installation
curl -fsSL https://raw.githubusercontent.com/ganeshkrishnareddy/pentestcode/main/install.sh | bashOr via npm:
npm install -g @ganeshkrishnareddy/pentestcodeGitHub Action Inputs
| Input | Default | Description |
|---|---|---|
| target | (required) | Target URL or IP |
| mode | quick | Scan mode: quick, full, stealth |
| scan-depth | 2 | Depth 1-5 |
| tools | all | Tools to use |
| llm-provider | openai | LLM provider |
| api-key | (required) | API key |
| fail-on-critical | false | Fail on critical vulns |
| upload-results | true | Upload as artifact |
Platforms
| Platform | Binary |
|---|---|
| macOS ARM | pentestcode-darwin-arm64.zip |
| macOS x64 | pentestcode-darwin-x64.zip |
| Linux ARM | pentestcode-linux-arm64.tar.gz |
| Linux x64 | pentestcode-linux-x64.tar.gz |
| Windows | pentestcode-windows-x64.exe |
Credits
Built on OpenCode (MIT) and Antigravity