Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T20:29:18.000Z (about 2 years ago)
- Last Synced: 2023-03-05T04:03:33.696Z (over 1 year ago)
- Topics: bugbounty, parameters, pentest, reflected
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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:
![tempsnip](https://user-images.githubusercontent.com/40497633/188971036-9082eef7-3fac-4c85-a62a-ac59441a7e94.png)