Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)