ParamFirstCheck identifies in a list of urls those containing the top 25 of the most vulnerable parameters to SQLi, LFI, RCE and Open redirect
$ git clone https://github.com/mathis2001/ParamFirstCheck
$ 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]