LightSSTICheck.py
LightSSTICheck is a tool designed to find basic SSTI vulnerabilities in a list of urls
Install:
$ git clone https://github.com/mathis2001/LightSSTICheck
Usage:
$ cat urls.txt | python3 LightSSTICheck.py [--get] [--post]
or with an other tool like waybackurls
$ waybackurls exemple.com | python3 LightSSTICheck.py [--get] [--post]