Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T12:39:54.000Z (about 1 year ago)
- Last Synced: 2023-12-13T13:45:34.861Z (about 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![tempsnip](https://user-images.githubusercontent.com/40497633/183855360-874da841-14a3-4679-8ec3-34d5568b2155.png)
![tempsnip](https://user-images.githubusercontent.com/40497633/183855664-7bc3719e-80b1-417a-9752-cf9d76a241dd.png)
![tempsnip](https://user-images.githubusercontent.com/40497633/183856001-6ca9d21b-1769-4bd3-a75e-550fb1c97880.png)
![tempsnip](https://user-images.githubusercontent.com/40497633/183856275-1d99ae83-b1ef-4839-90f0-4c033caca1e0.png)
![tempsnip](https://github.com/mathis2001/ParamFirstCheck/assets/40497633/f4b8bdcf-ea7c-4fda-85dd-06009f168e87)