AI penetration testing platform with autonomous security agents.
PenStrike AI performs automated security assessments using AI agents that:
- Discover and map attack surfaces
- Test for OWASP Top 10 vulnerabilities
- Execute proof-of-concept exploits
- Generate detailed vulnerability reports
npm install
# Setup API key
cp .env.example apps/api/.env
# Edit apps/api/.env and add your ANTHROPIC_API_KEY
npm run devOpen http://localhost:3000 and enter a target URL to begin scanning.
- Enter target URL (e.g.,
https://example.com) - Select agent:
- CyberStrike: Full-spectrum security testing
- Web Application: OWASP-focused web testing
- Click "Launch Scan"
- Watch findings appear in real-time
For authorized testing only. Always have explicit permission before scanning any target.
MIT