Translated ['src/generic-methodologies-and-resources/python/README.md',

This commit is contained in:
Translator 2025-08-19 21:31:35 +00:00
parent 52fb8cf1f1
commit 4d500aef24
2 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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}}