Fray is an open-source WAF (Web Application Firewall) security testing platform. Version 3.5.235 includes 7,200+ attack payloads, 98 WAF/CDN fingerprints, an AI-powered bypass engine, a recon pipeline, and beautiful CLI output. It supports Python >=3.8 and is actively maintained.
pip install frayVerified import paths — ran on the pinned version, not inferred.
Basic usage of Fray to scan a target URL. Requires an optional API key for certain features.
Use the `threads` parameter to limit concurrency, or set rate limits via `max_rps`.
Upgrade to 3.x and use `from fray import Fray` and the instance-based `scan()` method.
Check the 'bypass' module configuration in the fray documentation.
No dependency data recorded yet.