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

This commit is contained in:
Translator 2025-08-19 21:31:32 +00:00
parent 6712012a66
commit 8411de79e5
2 changed files with 8 additions and 8 deletions

View File

@ -5,9 +5,9 @@
**जांचने के लिए दिलचस्प पृष्ठ:** **जांचने के लिए दिलचस्प पृष्ठ:**
- [**Pyscript हैकिंग ट्रिक्स**](pyscript.md) - [**Pyscript हैकिंग ट्रिक्स**](pyscript.md)
- [**Python deserializations**](../../pentesting-web/deserialization/index.html#python) - [**Python deserializations**](../../pentesting-web/deserialization/README.md)
- [**Python sandboxes को बायपास करने के ट्रिक्स**](bypass-python-sandboxes/index.html) - [**Python sandboxes को बायपास करने के ट्रिक्स**](bypass-python-sandboxes/README.md)
- [**बुनियादी Python वेब अनुरोधों की सिंटैक्स**](web-requests.md) - [**बुनियादी python वेब अनुरोधों की सिंटैक्स**](web-requests.md)
- [**बुनियादी Python सिंटैक्स और पुस्तकालय**](basic-python.md) - [**बुनियादी python सिंटैक्स और पुस्तकालय**](basic-python.md)
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}

View File

@ -2,7 +2,7 @@
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}
## सर्वर का उपयोग करते हुए पायथन ## सर्वर का उपयोग करते हुए python
संभावित **कोड निष्पादन** का परीक्षण करें, _str()_ फ़ंक्शन का उपयोग करते हुए: संभावित **कोड निष्पादन** का परीक्षण करें, _str()_ फ़ंक्शन का उपयोग करते हुए:
```python ```python
@ -11,15 +11,15 @@
### Tricks ### 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}}