Skip to content

Open Redirect Vulnerability scanner (Pwn0sec-Project)

Notifications You must be signed in to change notification settings

andripwn/PwnRedir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About PwnRedir

PwnRedir 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/pwn0sec/open-redir.git

Dependencies

PwnRedir use requests python module.

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 pwnredir.py -u https://www.example.com/redirect.php?url= -f payloads.list
python pwnredir.py --url https://www.example.com/redirect.php?url= --file payloads.list

Version

Current version is 0.1

About

Open Redirect Vulnerability scanner (Pwn0sec-Project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages