From 14059262d44f47718959c244569abd3d7ac79aac Mon Sep 17 00:00:00 2001 From: Translator Date: Tue, 19 Aug 2025 21:31:23 +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 bcc9a6f08..8e4332dc8 100644 --- a/src/generic-methodologies-and-resources/python/README.md +++ b/src/generic-methodologies-and-resources/python/README.md @@ -1,12 +1,12 @@ -# Python Sandbox Escape & Pyscript +# Ucieczka z piaskownicy Pythona i Pyscript {{#include ../../banners/hacktricks-training.md}} **Interesujące strony do sprawdzenia:** - [**Sztuczki hackingowe Pyscript**](pyscript.md) -- [**Deserializacje w Pythonie**](../../pentesting-web/deserialization/index.html#python) -- [**Sztuczki do omijania piaskownic Pythona**](bypass-python-sandboxes/index.html) +- [**Deserializacje Pythona**](../../pentesting-web/deserialization/README.md) +- [**Sztuczki do omijania piaskownic Pythona**](bypass-python-sandboxes/README.md) - [**Podstawowa składnia żądań webowych w Pythonie**](web-requests.md) - [**Podstawowa składnia Pythona i biblioteki**](basic-python.md) diff --git a/src/network-services-pentesting/pentesting-web/python.md b/src/network-services-pentesting/pentesting-web/python.md index a1a437844..fa0ba7642 100644 --- a/src/network-services-pentesting/pentesting-web/python.md +++ b/src/network-services-pentesting/pentesting-web/python.md @@ -11,15 +11,15 @@ przetestuj możliwe **wykonanie kodu**, używając funkcji _str()_: ### Sztuczki {{#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}}