Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 446 Bytes

python.md

File metadata and controls

14 lines (8 loc) · 446 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

You can find here several tricks to obtain code executing in python if you can execute arbitrary code.