mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 17:28:13 +00:00
446 B
446 B
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.