https://github.com/mathis2001/lightssticheck
LightSSTICheck is a tool designed to find basic SSTI vulnerabilities
https://github.com/mathis2001/lightssticheck
bugbounty pentest ssti
Last synced: about 1 month ago
JSON representation
LightSSTICheck is a tool designed to find basic SSTI vulnerabilities
- Host: GitHub
- URL: https://github.com/mathis2001/lightssticheck
- Owner: mathis2001
- Created: 2022-08-23T10:07:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T07:13:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T17:19:17.417Z (over 1 year ago)
- Topics: bugbounty, pentest, ssti
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LightSSTICheck.py
LightSSTICheck is a tool designed to find basic SSTI vulnerabilities in a list of urls
## Install:
```bash
$ git clone https://github.com/mathis2001/LightSSTICheck
```
## Usage:
```bash
$ cat urls.txt | python3 LightSSTICheck.py [--get] [--post]
or with an other tool like waybackurls
$ waybackurls exemple.com | python3 LightSSTICheck.py [--get] [--post]
```
## Screenshots

