Skip to content

aldo-moreno-leon/ORtester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About ORtester

ORtester is a tool designed to detect open redirects vulnerabilities on websites. It helps penetration testers and bug hunters find open redirect bugs through a scan supported by a list of payloads.

Screenshot

Alt text

Installation

git clone https://github.com/Leonmugen/ORtester.git

Dependencies

ORtester use requests and tldextract python modules.

sudo pip install -r requirements.txt

Usage

Short form Long form Description
-u --url URL to fuzz
-f --file File with the list of payloads
-h --help Show the help message

Examples

  • To scan an URL:
python ortester.py -u https://www.example.com/redirect.php?url= -f all.list
python ortester.py --url https://www.example.com/redirect.php?url= --file all.list

About

Open Redirect scanner - (out of date)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages