OpenRedireX: Asynchronous Open redirect Fuzzer for Humans
OpenRedireX: Asynchronous Open redirect Fuzzer for Humans
Key Features :
- Takes a url or list of urls and fuzzes them for Open redirect issues
- You can specify your own payloads in ‘payloads.txt’
- Shows Location header history (if any)
- Fast (as it is Asynchronous)
- umm, that’s it, nothing much!
Use
Note: Use Python 3.7+ !
For single URL :
$ python3.7 openredirex.py -u “https://vulnerable.com/?url=FUZZ” -p payloads.txt –keyword FUZZ
For List of URLs :
$ python3.7 openredirex.py -l urls.txt -p payloads.txt –keyword FUZZ
Copyright (c) 2020 Devansh Batham
Source: https://github.com/devanshbatham/