From 4d500aef2443f27c93268b3a4ca110982f4bc853 Mon Sep 17 00:00:00 2001 From: Translator Date: Tue, 19 Aug 2025 21:31:35 +0000 Subject: [PATCH] Translated ['src/generic-methodologies-and-resources/python/README.md', --- src/generic-methodologies-and-resources/python/README.md | 6 +++--- src/network-services-pentesting/pentesting-web/python.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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}}