Offensive web scanner: crawling, XSS, SQLi, headers and WAF bypass.
Offensive web scanner written in Python that combines crawling, XSS detection, SQL injection, security header analysis and WAF detection.
- Application crawling
- Reflected XSS detection (GET and forms)
- SQLi detection via GET and POST forms
- Security header analysis
- WAF detection and bypass (
--waf-xss) - JSON / JSONL output
git clone https://github.com/theoffsecgirl/webxray.git
cd webxray
pip install -e .webxray -u https://example.comwebxray -u https://target.com --format jsonl --stdout | bbcopilot ingest webxray -- Findings are candidates, not confirmed vulnerabilities
- Designed for bug bounty recon and pipeline integration
MIT