
SSTI Exploit Detector is a tool designed to detect potential Server-Side Template Injection (SSTI) vulnerabilities in web applications.
SSTI Exploit Detector is a tool designed to detect potential Server-Side Template Injection (SSTI) vulnerabilities in web applications.
SSTI-Exploit-Detector Jenderal92
Download and Install Python
Ensure Python 2.7 is installed on your system. Download it from the official Python website at: https://www.python.org.
Install Required Module
Run the following command to install the requests library:
pip install requests
Send Payload to Target
Use the following command to test the target URL with a specific parameter:
python ssti_detector.py -u <target_url> -p <parameter_name>
Example:
python ssti_detector.py -u http://example.com/login -p username
Use Custom Payload File
Add the -f option to use a custom payload file (optional):
python ssti_detector.py -u <target_url> -p <parameter_name> -f payloads.txt
Follow the Results
Check the logs and results in the terminal to determine if vulnerabilities are found.
I have written the disclaimer on the cover of Jenderal92. You can check it HERE !!!