mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
Translated ['src/generic-methodologies-and-resources/python/README.md',
This commit is contained in:
parent
6c8f9765f1
commit
80fa17d35c
@ -5,8 +5,8 @@
|
|||||||
**Kontrol edilecek ilginç sayfalar:**
|
**Kontrol edilecek ilginç sayfalar:**
|
||||||
|
|
||||||
- [**Pyscript hacking tricks**](pyscript.md)
|
- [**Pyscript hacking tricks**](pyscript.md)
|
||||||
- [**Python deserializations**](../../pentesting-web/deserialization/index.html#python)
|
- [**Python deserialization'ları**](../../pentesting-web/deserialization/README.md)
|
||||||
- [**Python sandboxlarını atlatma teknikleri**](bypass-python-sandboxes/index.html)
|
- [**Python sandbox'larını atlatma hileleri**](bypass-python-sandboxes/README.md)
|
||||||
- [**Temel python web istekleri sözdizimi**](web-requests.md)
|
- [**Temel python web istekleri sözdizimi**](web-requests.md)
|
||||||
- [**Temel python sözdizimi ve kütüphaneleri**](basic-python.md)
|
- [**Temel python sözdizimi ve kütüphaneleri**](basic-python.md)
|
||||||
|
|
||||||
|
@ -8,18 +8,18 @@ Olası bir **kod yürütmesi** test edin, _str()_ fonksiyonunu kullanarak:
|
|||||||
```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
|
||||||
```
|
```
|
||||||
### Hileler
|
### 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}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user