mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
322 B
322 B
werkzeug
If debug is active you could try to access to /console
and gain RCE.
__import__('os').popen('whoami').read();
There is also several exploits on the internet like this or one in metasploit.