Skip to content

yourpwnguy/redirx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedirX

Fastest open redirect vulnerability scanner with intelligent fuzzing and mutation engine.



⚡ Features

  • High-speed scanning (10,000+ mutations/min) for open redirect detection.
  • URL mutation engine to fuzz redirect parameters.
  • Match response status codes (-m) and filter vulnerable results only (-v).
  • Built-in concurrency control for optimal performance.
  • Color-coded output and real-time counters.

🛠️ Installation

To install redirx:

go install -v github.com/yourpwnguy/redirx/cmd/redirx@latest

# Optional: move binary to a system-wide directory
cp ~/go/bin/redirx /usr/local/bin/

📝 Usage

Usage:
  redirx [flags]

Flags:
  -h, --help              help for redirx
  -m, --mcode ints        Status Codes to match
  -p, --payloads string   Path to file containing payloads
  -r, --rate int          Max concurrent requests (rate-limit) (default 5)
  -u, --url strings       Url(s) to scan (repeatable)
  -l, --url-list string   Path to file containing urls (one per line)
  -v, --vuln              Show only vulnerable results (BUG) and suppress SAFE lines

❓ Why redirx?

redirx is designed with these goal: to be the fastest in its class and precision. Unlike bloated scanners, redirx aggressively mutates URL parameters and uses intelligent response validation to reduce noise. Whether you're automating recon pipelines or manually hunting, redirx makes testing open redirects fast, accurate, and easy to integrate.


🤝 Contributions

Open to pull requests, bug reports, and feature suggestions. Got an idea? Open an issue or submit a PR.

About

Fastest open redirect vulnerability scanner with intelligent fuzzing and mutation engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages