Carlos Polop ad3f52d725 t2
2025-01-03 01:07:38 +01:00

534 B

Python

{{#include ../../banners/hacktricks-training.md}}

Server using python

test a possible code execution, using the function str():

"+str(True)+" #If the string True is printed, then it is vulnerable

Tricks

{{#ref}} ../../generic-methodologies-and-resources/python/bypass-python-sandboxes/ {{#endref}}

{{#ref}} ../../pentesting-web/ssti-server-side-template-injection/ {{#endref}}

{{#ref}} ../../pentesting-web/deserialization/ {{#endref}}

{{#include ../../banners/hacktricks-training.md}}