From ad6ace9def766e1d237133589a7f90ed3787f062 Mon Sep 17 00:00:00 2001 From: Translator Date: Tue, 19 Aug 2025 21:32:45 +0000 Subject: [PATCH] Translated ['src/generic-methodologies-and-resources/python/README.md', --- src/generic-methodologies-and-resources/python/README.md | 4 ++-- src/network-services-pentesting/pentesting-web/python.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/generic-methodologies-and-resources/python/README.md b/src/generic-methodologies-and-resources/python/README.md index e2fc20537..63d285ab0 100644 --- a/src/generic-methodologies-and-resources/python/README.md +++ b/src/generic-methodologies-and-resources/python/README.md @@ -5,8 +5,8 @@ **Zanimljive stranice za proveru:** - [**Pyscript hacking tricks**](pyscript.md) -- [**Python deserializations**](../../pentesting-web/deserialization/index.html#python) -- [**Tricks to bypass python sandboxes**](bypass-python-sandboxes/index.html) +- [**Python deserializations**](../../pentesting-web/deserialization/README.md) +- [**Tricks to bypass python sandboxes**](bypass-python-sandboxes/README.md) - [**Basic python web requests syntax**](web-requests.md) - [**Basic python syntax and libraries**](basic-python.md) diff --git a/src/network-services-pentesting/pentesting-web/python.md b/src/network-services-pentesting/pentesting-web/python.md index 9086c2230..f3b15df48 100644 --- a/src/network-services-pentesting/pentesting-web/python.md +++ b/src/network-services-pentesting/pentesting-web/python.md @@ -11,15 +11,15 @@ testirati moguću **izvršenje koda**, koristeći funkciju _str()_: ### Trikovi {{#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}}