diff --git a/src/generic-methodologies-and-resources/python/README.md b/src/generic-methodologies-and-resources/python/README.md index 892bba6ec..96ed434e3 100644 --- a/src/generic-methodologies-and-resources/python/README.md +++ b/src/generic-methodologies-and-resources/python/README.md @@ -5,8 +5,8 @@ **Kontrol edilecek ilginç sayfalar:** - [**Pyscript hacking tricks**](pyscript.md) -- [**Python deserializations**](../../pentesting-web/deserialization/index.html#python) -- [**Python sandboxlarını atlatma teknikleri**](bypass-python-sandboxes/index.html) +- [**Python deserialization'ları**](../../pentesting-web/deserialization/README.md) +- [**Python sandbox'larını atlatma hileleri**](bypass-python-sandboxes/README.md) - [**Temel python web istekleri sözdizimi**](web-requests.md) - [**Temel python sözdizimi ve kütüphaneleri**](basic-python.md) diff --git a/src/network-services-pentesting/pentesting-web/python.md b/src/network-services-pentesting/pentesting-web/python.md index 4cae9ed28..07d68ce9c 100644 --- a/src/network-services-pentesting/pentesting-web/python.md +++ b/src/network-services-pentesting/pentesting-web/python.md @@ -8,18 +8,18 @@ Olası bir **kod yürütmesi** test edin, _str()_ fonksiyonunu kullanarak: ```python "+str(True)+" #If the string True is printed, then it is vulnerable ``` -### Hileler +### 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}}