diff --git a/src/generic-methodologies-and-resources/python/README.md b/src/generic-methodologies-and-resources/python/README.md index 917dae9ee..09898a4f6 100644 --- a/src/generic-methodologies-and-resources/python/README.md +++ b/src/generic-methodologies-and-resources/python/README.md @@ -2,11 +2,11 @@ {{#include ../../banners/hacktricks-training.md}} -**Interessante Seiten zum Überprüfen:** +**Interessante Seiten zu überprüfen:** - [**Pyscript-Hacking-Tricks**](pyscript.md) -- [**Python-Deserialisierungen**](../../pentesting-web/deserialization/index.html#python) -- [**Tricks zum Umgehen von Python-Sandboxes**](bypass-python-sandboxes/index.html) +- [**Python-Deserialisierungen**](../../pentesting-web/deserialization/README.md) +- [**Tricks zum Umgehen von Python-Sandboxes**](bypass-python-sandboxes/README.md) - [**Grundsyntax für Python-Webanfragen**](web-requests.md) - [**Grundsyntax und Bibliotheken in Python**](basic-python.md) diff --git a/src/network-services-pentesting/pentesting-web/python.md b/src/network-services-pentesting/pentesting-web/python.md index 039799452..25a8bc07a 100644 --- a/src/network-services-pentesting/pentesting-web/python.md +++ b/src/network-services-pentesting/pentesting-web/python.md @@ -11,15 +11,15 @@ Testen Sie eine mögliche **Codeausführung** mit der Funktion _str()_: ### 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}}