netwons / Parameter-Reflect-Finder

Parameter-Reflect-Finder is a python based tool that helps you find reflected parameters which can have potential XSS or Open redirection vulnerabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🕵🏻‍♂️

Parameter-Reflect-Finder is a python based tool that helps you find reflected parameters which can have potential XSS or Open redirection vulnerabilities. After the scan finishes it will fetch all the URLs from alienvault and wayback machine and put it in a text file.

image

Required Packages

  1. Json
  2. Requests
  3. Random

Use "pip" to install all the required packages!

Usage

git clone https://github.com/h33tlit/Parameter-Reflect-Finder.git

python3 tool.py

Now enter the domain which you want to scan! It will scan for reflected parameters and show some urls with possible open redirect vulnerabilities. You can also set max thread to make the script more faster.

API Used

  • OTX
  • Wayback

Idea & Concept Credit: Mrityunjoy
Developed by: Jubaer

About

Parameter-Reflect-Finder is a python based tool that helps you find reflected parameters which can have potential XSS or Open redirection vulnerabilities.


Languages

Language:Python 100.0%