Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T07:13:15.000Z (over 2 years ago)
- Last Synced: 2024-11-11T10:35:03.175Z (3 months 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![tempsnip](https://user-images.githubusercontent.com/40497633/186141880-771d40a6-cbcb-4969-bc10-5b8a60821222.png)
![tempsnip](https://user-images.githubusercontent.com/40497633/186141632-fb47fb35-3519-412e-87cb-f2e17d0692fd.png)