mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
571 B
571 B
Python
{{#include ../../banners/hacktricks-training.md}}
Pythonを使用したサーバー
関数 str() を使用して、可能な コード実行 をテストします:
"+str(True)+" #If the string True is printed, then it is vulnerable
トリック
{{#ref}} ../../generic-methodologies-and-resources/python/bypass-python-sandboxes/ {{#endref}}
{{#ref}} ../../pentesting-web/ssti-server-side-template-injection/ {{#endref}}
{{#ref}} ../../pentesting-web/deserialization/ {{#endref}}
{{#include ../../banners/hacktricks-training.md}}