mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
565 B
565 B
Python
{{#include ../../banners/hacktricks-training.md}}
Servidor usando python
prueba una posible code execution, usando la función str():
"+str(True)+" #If the string True is printed, then it is vulnerable
Trucos
{{#ref}} ../../generic-methodologies-and-resources/python/bypass-python-sandboxes/README.md {{#endref}}
{{#ref}} ../../pentesting-web/ssti-server-side-template-injection/README.md {{#endref}}
{{#ref}} ../../pentesting-web/deserialization/README.md {{#endref}}
{{#include ../../banners/hacktricks-training.md}}