Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h33tlit/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.
https://github.com/h33tlit/Parameter-Reflect-Finder
bug-bounty bugbounty open-redirect open-redirect-detection parameter-search reflector scanner scraper xss xss-detection xss-scanner
Last synced: 22 days ago
JSON representation
Parameter-Reflect-Finder is a python based tool that helps you find reflected parameters which can have potential XSS or Open redirection vulnerabilities.
- Host: GitHub
- URL: https://github.com/h33tlit/Parameter-Reflect-Finder
- Owner: h33tlit
- Created: 2022-03-26T18:25:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T07:09:22.000Z (over 2 years ago)
- Last Synced: 2024-08-05T17:44:20.268Z (4 months ago)
- Topics: bug-bounty, bugbounty, open-redirect, open-redirect-detection, parameter-search, reflector, scanner, scraper, xss, xss-detection, xss-scanner
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 15
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - h33tlit/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. (Python)
README
🕵🏻♂️
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](https://user-images.githubusercontent.com/97327489/173410443-368cbb81-7245-4ef7-b4c9-ce053154aeb7.png)
# Required Packages
1. Json
2. Requests
3. RandomUse "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
* WaybackIdea & Concept Credit: Mrityunjoy
Developed by: Jubaer