Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 412 Bytes

python.md

File metadata and controls

18 lines (10 loc) · 412 Bytes

Python

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

{% page-ref page="../../misc/basic-python/bypass-python-sandboxes.md" %}

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

{% page-ref page="../../pentesting-web/deserialization/" %}