Brokersswagg0 / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

$ git clone https://github.com/mathis2001/ParamFirstCheck

Usage:

$ 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 tempsnip tempsnip tempsnip tempsnip

About

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


Languages

Language:Python 100.0%