26 lines
542 B
Markdown

# Python
{{#include ../../banners/hacktricks-training.md}}
## Serwer używający Pythona
przetestuj możliwe **wykonanie kodu**, używając funkcji _str()_:
```python
"+str(True)+" #If the string True is printed, then it is vulnerable
```
### Sztuczki
{{#ref}}
../../generic-methodologies-and-resources/python/bypass-python-sandboxes/
{{#endref}}
{{#ref}}
../../pentesting-web/ssti-server-side-template-injection/
{{#endref}}
{{#ref}}
../../pentesting-web/deserialization/
{{#endref}}
{{#include ../../banners/hacktricks-training.md}}