Loading...
A fast alternative to ffuf for parameter fuzzing — written in Rust
cargo install x8x8 -hx8 -u "https://site.com/endpoint?FUZZ=test" -w paramnames.txtx8 -u "https://site.com/api?param=FUZZ" -w values.txt --filter-status 200,403x8 -u "https://site.com/endpoint" -w params.txt -t 200 --threads 50Target URL (with FUZZ)
Wordlist file
Concurrent requests count
Number of execution threads
Filter by status codes
Request method (GET/POST)
JSON output
Add POST data
Add custom headers
Show help