7-phase structured hunt: CDN bypass, recon, weaponization, delivery, exploitation, installation, and C2. Each phase feeds output into the next.
Authenticates before scanning — probes login endpoints, handles 2FA, captures sessions, and reuses them for 24 hours. HAR file import supported.
An AI agent that drives the pentest autonomously. Give it a target and an objective. It hunts, pivots, and reports on its own.
Wraps subfinder, amass, nmap, katana, nuclei, sqlmap, dalfox, commix, and more. One command coordinates all of them across the kill chain.
Pure asyncio PoC server for blind SSRF, XXE, and RCE confirmation. No Burp Collaborator or external interactsh dependency required.
11 WAF profiles with 3-strategy adaptive retry. SmartFuzzer runs ffuf-verified fuzzing with profile-targeted encoding per target.
Most tools scan.
Beatrix hunts.
Seven phases, structured like a real engagement. Each one feeds its output straight into the next.
Most bug bounty tools solve one problem. Nuclei runs templates. Burp captures traffic. You still have to manually run subfinder, then amass, then nmap, then nuclei, then sqlmap, then dalfox — and correlate everything yourself. Beatrix is the orchestration layer that was missing.
| Feature | Beatrix | Nuclei | Burp Suite Pro |
|---|---|---|---|
| Kill Chain methodology | ✓ | ✕ | ✕ |
| Auto-login & session management | ✓ | ✕ | Manual |
| Autonomous AI pentester | ✓ | ✕ | ✕ |
| 13 external tool orchestration | ✓ | ✕ | ✕ |
| Built-in OOB / PoC server | ✓ | ✕ | Collaborator |
| CLI / automation-friendly | ✓ | ✓ | ✕ |
| Runs in headless environments | ✓ | ✓ | ✕ |
| Cost | Free | Free | $449/yr |
Free. Open source. No catch.
Requires Python 3.11+ on Linux. The installer handles everything else — virtualenv setup, PATH registration, and all 13 external tools.
git clone https://github.com/SudoPacman-Syuu/Beatrix-cli.git && cd Beatrix-cli && ./install.sh
beatrix hunt example.com --preset full