https://github.com/mathis2001/paramfirstcheck
ParamFirstCheck identifies in a list of urls those containing a parameter of the top 25 of the most vulnerable parameters for SQLi, LFI, RCE and Open redirect
https://github.com/mathis2001/paramfirstcheck
bugbounty parameters pentest top25
Last synced: 2 months ago
JSON representation
ParamFirstCheck identifies in a list of urls those containing a parameter of the top 25 of the most vulnerable parameters for SQLi, LFI, RCE and Open redirect
- Host: GitHub
- URL: https://github.com/mathis2001/paramfirstcheck
- Owner: mathis2001
- Created: 2022-08-09T12:21:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T12:39:54.000Z (over 1 year ago)
- Last Synced: 2023-12-13T13:45:34.861Z (over 1 year ago)
- Topics: bugbounty, parameters, pentest, top25
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 31
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ParamFirstCheck
ParamFirstCheck identifies in a list of urls those containing the top 25 of the most vulnerable parameters to SQLi, LFI, RCE and Open redirect## Install:
```bash
$ git clone https://github.com/mathis2001/ParamFirstCheck
```## Usage:
```bash
$ cat urls.txt | python3 ParamFirstCheck.py [--sql] [--rce] [--lfi] [--open-redirect] [--proxy]or with an other tool like waybackurls
$ waybackurls exemple.com | python3 ParamFirstCheck.py [--sql] [--rce] [--lfi] [--open-redirect] [--proxy]
```
## Screenshots



