https://github.com/mathis2001/reflection
Reflected parameters checker for a list of urls. (Beta version needing a lot of improvement)
https://github.com/mathis2001/reflection
bugbounty parameters pentest reflected
Last synced: about 1 year ago
JSON representation
Reflected parameters checker for a list of urls. (Beta version needing a lot of improvement)
- Host: GitHub
- URL: https://github.com/mathis2001/reflection
- Owner: mathis2001
- Created: 2022-09-07T20:18:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T20:29:18.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T01:51:47.191Z (about 1 year ago)
- Topics: bugbounty, parameters, pentest, reflected
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reflection
Reflected parameters checker for a list of urls. (Beta version needing a lot of improvement)
## Install:
```bash
$ git clone https://github.com/mathis2001/Reflection
```
## Usage:
```bash
$ cat urls.txt | python3 reflection.py []
or with an other tool like ParamFirstCheck
$ python3 webhackurls.py -d target.com | python3 reflection.py []
```
## Screenshots:
