Python

Reading time: 2 minutes

tip

学习和实践 AWS 黑客技术:HackTricks Training AWS Red Team Expert (ARTE)
学习和实践 GCP 黑客技术:HackTricks Training GCP Red Team Expert (GRTE)

支持 HackTricks

使用 Python 的服务器

测试可能的 代码执行,使用函数 str():

python
"+str(True)+" #If the string True is printed, then it is vulnerable

技巧

Bypass Python sandboxes

SSTI (Server Side Template Injection)

Deserialization

tip

学习和实践 AWS 黑客技术:HackTricks Training AWS Red Team Expert (ARTE)
学习和实践 GCP 黑客技术:HackTricks Training GCP Red Team Expert (GRTE)

支持 HackTricks