From eb2e43bfcd43a07236b6cd095f52ec012ddac1b4 Mon Sep 17 00:00:00 2001 From: Translator Date: Tue, 19 Aug 2025 21:31:29 +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 b911781dd..a7de465d8 100644 --- a/src/generic-methodologies-and-resources/python/README.md +++ b/src/generic-methodologies-and-resources/python/README.md @@ -5,9 +5,9 @@ **Páginas interessantes para conferir:** - [**Truques de hacking do Pyscript**](pyscript.md) -- [**Deserializações em Python**](../../pentesting-web/deserialization/index.html#python) -- [**Truques para contornar sandboxes do Python**](bypass-python-sandboxes/index.html) +- [**Deserializações em Python**](../../pentesting-web/deserialization/README.md) +- [**Truques para contornar sandboxes em Python**](bypass-python-sandboxes/README.md) - [**Sintaxe básica de requisições web em Python**](web-requests.md) -- [**Sintaxe e bibliotecas básicas do Python**](basic-python.md) +- [**Sintaxe e bibliotecas básicas de 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 8f06ca33c..dedb0d467 100644 --- a/src/network-services-pentesting/pentesting-web/python.md +++ b/src/network-services-pentesting/pentesting-web/python.md @@ -11,15 +11,15 @@ teste uma possível **execução de código**, usando a função _str()_: ### Truques {{#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}}