diff --git a/src/generic-methodologies-and-resources/python/README.md b/src/generic-methodologies-and-resources/python/README.md index 83656c19a..0039e74b5 100644 --- a/src/generic-methodologies-and-resources/python/README.md +++ b/src/generic-methodologies-and-resources/python/README.md @@ -5,9 +5,9 @@ **Kurasa za kuvutia kuangalia:** - [**Hacks za Pyscript**](pyscript.md) -- [**Python deserialization**](../../pentesting-web/deserialization/index.html#python) -- [**Njia za kupita sandboxes za python**](bypass-python-sandboxes/index.html) -- [**Sintaksia ya maombi ya wavuti ya python ya msingi**](web-requests.md) -- [**Sintaksia na maktaba za python za msingi**](basic-python.md) +- [**Deserialization za Python**](../../pentesting-web/deserialization/README.md) +- [**Hacks za kupita sandboxes za python**](bypass-python-sandboxes/README.md) +- [**Sintaksia za maombi ya wavuti ya msingi ya python**](web-requests.md) +- [**Sintaksia na maktaba za msingi za python**](basic-python.md) {{#include ../../banners/hacktricks-training.md}} diff --git a/src/network-services-pentesting/pentesting-web/python.md b/src/network-services-pentesting/pentesting-web/python.md index a642dd77b..19460dc2e 100644 --- a/src/network-services-pentesting/pentesting-web/python.md +++ b/src/network-services-pentesting/pentesting-web/python.md @@ -4,22 +4,22 @@ ## Server using python -jaribu **kutekeleza msimbo** unaowezekana, ukitumia kazi _str()_: +jaribu utekelezaji wa **code execution** unaowezekana, ukitumia kazi _str()_: ```python "+str(True)+" #If the string True is printed, then it is vulnerable ``` -### Njia +### Tricks {{#ref}} -../../generic-methodologies-and-resources/python/bypass-python-sandboxes/ +../../generic-methodologies-and-resources/python/bypass-python-sandboxes/README.md {{#endref}} {{#ref}} -../../pentesting-web/ssti-server-side-template-injection/ +../../pentesting-web/ssti-server-side-template-injection/README.md {{#endref}} {{#ref}} -../../pentesting-web/deserialization/ +../../pentesting-web/deserialization/README.md {{#endref}} {{#include ../../banners/hacktricks-training.md}}