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

This commit is contained in:
Translator 2025-08-19 21:31:29 +00:00
parent 1bef06651e
commit eb2e43bfcd
2 changed files with 6 additions and 6 deletions

View File

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

View File

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