AI-powered security scanner that proves vulnerabilities by exploiting them. No false positives.
pip install aibreachWith AI features:
pip install aibreach[full]# Scan a target
breach scan https://example.com
# AI autonomous mode
breach god https://example.com
# Source code analysis
breach analyze ./src
# List modules
breach modules| Module | Type | Severity |
|---|---|---|
sqli |
SQL Injection | Critical |
nosql |
NoSQL Injection | Critical |
cmdi |
Command Injection | Critical |
ssti |
Template Injection | Critical |
ssrf |
Server-Side Request Forgery | Critical |
xss |
Cross-Site Scripting | High |
auth |
Authentication Bypass | Critical |
jwt |
JWT Attacks | Critical |
idor |
Insecure Direct Object Reference | High |
lfi |
Local File Inclusion | High |
- Python 3.11+
ANTHROPIC_API_KEYfor AI features
AGPL-3.0
For authorized security testing only.