Skip to content

not1cyyy/OpenRedireX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRedireX : Asynchronous Open redirect Fuzzer for Humans

enter image description here

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 thats it , nothing much !

Usage :

Note : Only use Python 3.7 !

$ git clone https://github.com/devanshbatham/OpenRedireX
$ cd OpenRedireX
Note : The "FUZZ" is important and the url must be in double qoutes ! 
$ python3.7 openredirex.py -u "https://vulnerable.com/?url=FUZZ" -p payloads.txt --keyword FUZZ

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

Example :

Credits :

Thanks mate @NullPxl

Want to support my work?

If you think my work has added some value to your existing knowledge, then you can Buy me a Coffee here (and who doesn't loves a good cup of coffee?')

name

About

A Fuzzer for OpenRedirect issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%