Skip to content

thenurhabib/openredscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



openRedScan

Multifunctional open redirection vulnerability scanner.



multiple


openRedScan is a python based tool that can test every single URL and check for open redirection vulnerability.


Main Features

  • Header Based redirection
  • Javascript Based redirection
  • Meta Tag Based redirection

Documentation

install

git clone https://github.com/thenurhabib/openredscan.git
cd openredscan
bash setup.sh
python3 openredscan.py -h

Usage

┌──(habib㉿kali)-[~/Desktop/OpenRedScan]
└─$ python3 openredacan.py -h                                    


 __   __   ___       __   ___  __   __   __            
/  \ |__) |__  |\ | |__) |__  |  \ /__` /  `  /\  |\ | 
\__/ |    |___ | \| |  \ |___ |__/ .__/ \__, /~~\ | \|

Multifunctional Open Redirection Vulnerability Scanner

~ by @thenurhabib

usage: Help Menu

optional arguments:
  -h, --help  show this help message and exit
  -u URL      Domain Name.
  -l PATH     Multiple targets. (Ex: domains.txt)
  -crlf       Scan CRLF Injection.
  -p PAYLOAD  Use payloads file.
  --proxy     use proxy
  --wayback   fetch URLs from waybackmachine
                                                                                        


Author

Name       : Md. Nur habib
Medium     : thenurhabib.medium.com
Twitter    : https://twitter.com/thenurhab1b
HackerRank : https://www.hackerrank.com/thenurhabib
Thank You.