hacktricks/network-services-pentesting/pentesting-web/python.md
carlospolop 63bd9641c0 f
2023-06-05 20:33:24 +02:00

3.9 KiB

Python

☁️ HackTricks Cloud ☁️ -🐦 Twitter 🐦 - 🎙️ Twitch 🎙️ - 🎥 Youtube 🎥

Servidor usando python

Prueba una posible ejecución de código, usando la función str():

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

Trucos

{% content-ref url="../../generic-methodologies-and-resources/python/bypass-python-sandboxes/" %} bypass-python-sandboxes {% endcontent-ref %}

{% content-ref url="../../pentesting-web/ssti-server-side-template-injection/" %} ssti-server-side-template-injection {% endcontent-ref %}

{% content-ref url="../../pentesting-web/deserialization/" %} deserialization {% endcontent-ref %}

☁️ HackTricks Cloud ☁️ -🐦 Twitter 🐦 - 🎙️ Twitch 🎙️ - 🎥 Youtube 🎥