hacktricks/network-services-pentesting/pentesting-web/python.md
2024-02-10 21:30:13 +00:00

2.8 KiB

파이썬

htARTE (HackTricks AWS Red Team Expert)를 통해 AWS 해킹을 처음부터 전문가까지 배워보세요!

HackTricks를 지원하는 다른 방법:

파이썬을 사용한 서버

함수 _str()_을 사용하여 가능한 코드 실행을 테스트합니다.

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

트릭

{% content-ref url="../../generic-methodologies-and-resources/python/bypass-python-sandboxes/" %} bypass-python-sandboxes {% endcontent-ref %}

{% content-ref url="../../pentesting-web/ssti-server-side-template-injection/" %} ssti-server-side-template-injection {% endcontent-ref %}

{% content-ref url="../../pentesting-web/deserialization/" %} deserialization {% endcontent-ref %}

htARTE (HackTricks AWS Red Team Expert)를 통해 AWS 해킹을 처음부터 전문가까지 배워보세요!

HackTricks를 지원하는 다른 방법: