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

This commit is contained in:
Translator 2025-08-19 21:31:34 +00:00
parent 23084b39ff
commit d74ff76051
2 changed files with 9 additions and 9 deletions

View File

@ -4,10 +4,10 @@
**Цікаві сторінки для перевірки:** **Цікаві сторінки для перевірки:**
- [**Pyscript хакерські трюки**](pyscript.md) - [**Pyscript hacking tricks**](pyscript.md)
- [**Python десеріалізації**](../../pentesting-web/deserialization/index.html#python) - [**Python deserializations**](../../pentesting-web/deserialization/README.md)
- [**Трюки для обходу python пісочниць**](bypass-python-sandboxes/index.html) - [**Tricks to bypass python sandboxes**](bypass-python-sandboxes/README.md)
- [**Основний синтаксис веб-запитів на python**](web-requests.md) - [**Basic python web requests syntax**](web-requests.md)
- [**Основний синтаксис python та бібліотеки**](basic-python.md) - [**Basic python syntax and libraries**](basic-python.md)
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}

View File

@ -8,18 +8,18 @@
```python ```python
"+str(True)+" #If the string True is printed, then it is vulnerable "+str(True)+" #If the string True is printed, then it is vulnerable
``` ```
### Трюки ### Tricks
{{#ref}} {{#ref}}
../../generic-methodologies-and-resources/python/bypass-python-sandboxes/ ../../generic-methodologies-and-resources/python/bypass-python-sandboxes/README.md
{{#endref}} {{#endref}}
{{#ref}} {{#ref}}
../../pentesting-web/ssti-server-side-template-injection/ ../../pentesting-web/ssti-server-side-template-injection/README.md
{{#endref}} {{#endref}}
{{#ref}} {{#ref}}
../../pentesting-web/deserialization/ ../../pentesting-web/deserialization/README.md
{{#endref}} {{#endref}}
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}