Skip to content

LightSSTICheck is a tool designed to find basic SSTI vulnerabilities

Notifications You must be signed in to change notification settings

mathis2001/LightSSTICheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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]

Screenshots

tempsnip tempsnip

About

LightSSTICheck is a tool designed to find basic SSTI vulnerabilities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages