Skip to content

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

Notifications You must be signed in to change notification settings

mathis2001/ParamFirstCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages