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

This commit is contained in:
Translator 2025-08-19 21:56:12 +00:00
parent ea7d4c38dc
commit 12473176c9
2 changed files with 9 additions and 9 deletions

View File

@ -5,9 +5,9 @@
**Kurasa za kuvutia kuangalia:** **Kurasa za kuvutia kuangalia:**
- [**Hacks za Pyscript**](pyscript.md) - [**Hacks za Pyscript**](pyscript.md)
- [**Python deserialization**](../../pentesting-web/deserialization/index.html#python) - [**Deserialization za Python**](../../pentesting-web/deserialization/README.md)
- [**Njia za kupita sandboxes za python**](bypass-python-sandboxes/index.html) - [**Hacks za kupita sandboxes za python**](bypass-python-sandboxes/README.md)
- [**Sintaksia ya maombi ya wavuti ya python ya msingi**](web-requests.md) - [**Sintaksia za maombi ya wavuti ya msingi ya python**](web-requests.md)
- [**Sintaksia na maktaba za python za msingi**](basic-python.md) - [**Sintaksia na maktaba za msingi za python**](basic-python.md)
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}

View File

@ -4,22 +4,22 @@
## Server using python ## Server using python
jaribu **kutekeleza msimbo** unaowezekana, ukitumia kazi _str()_: jaribu utekelezaji wa **code execution** unaowezekana, ukitumia kazi _str()_:
```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
``` ```
### Njia ### 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}}