mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
26 lines
704 B
Markdown
26 lines
704 B
Markdown
# Python
|
|
|
|
{{#include ../../banners/hacktricks-training.md}}
|
|
|
|
## सर्वर का उपयोग करते हुए पायथन
|
|
|
|
संभावित **कोड निष्पादन** का परीक्षण करें, _str()_ फ़ंक्शन का उपयोग करते हुए:
|
|
```python
|
|
"+str(True)+" #If the string True is printed, then it is vulnerable
|
|
```
|
|
### Tricks
|
|
|
|
{{#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}}
|