SkillAgentSearch skills...

PwnRedir

Open Redirect Vulnerability scanner (Pwn0sec-Project)

Install / Use

/learn @andripwn/PwnRedir
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated27d ago
Forks3

Languages

Python

Security Score

75/100

Audited on Mar 4, 2026

No findings