diff --git a/src/generic-methodologies-and-resources/python/README.md b/src/generic-methodologies-and-resources/python/README.md index 0a0362070..4faf96a06 100644 --- a/src/generic-methodologies-and-resources/python/README.md +++ b/src/generic-methodologies-and-resources/python/README.md @@ -5,9 +5,9 @@ **जांचने के लिए दिलचस्प पृष्ठ:** - [**Pyscript हैकिंग ट्रिक्स**](pyscript.md) -- [**Python deserializations**](../../pentesting-web/deserialization/index.html#python) -- [**Python sandboxes को बायपास करने के ट्रिक्स**](bypass-python-sandboxes/index.html) -- [**बुनियादी Python वेब अनुरोधों की सिंटैक्स**](web-requests.md) -- [**बुनियादी Python सिंटैक्स और पुस्तकालय**](basic-python.md) +- [**Python deserializations**](../../pentesting-web/deserialization/README.md) +- [**Python sandboxes को बायपास करने के ट्रिक्स**](bypass-python-sandboxes/README.md) +- [**बुनियादी python वेब अनुरोधों की सिंटैक्स**](web-requests.md) +- [**बुनियादी python सिंटैक्स और पुस्तकालय**](basic-python.md) {{#include ../../banners/hacktricks-training.md}} diff --git a/src/network-services-pentesting/pentesting-web/python.md b/src/network-services-pentesting/pentesting-web/python.md index 582246ccd..a4fdb8915 100644 --- a/src/network-services-pentesting/pentesting-web/python.md +++ b/src/network-services-pentesting/pentesting-web/python.md @@ -2,7 +2,7 @@ {{#include ../../banners/hacktricks-training.md}} -## सर्वर का उपयोग करते हुए पायथन +## सर्वर का उपयोग करते हुए python संभावित **कोड निष्पादन** का परीक्षण करें, _str()_ फ़ंक्शन का उपयोग करते हुए: ```python @@ -11,15 +11,15 @@ ### Tricks {{#ref}} -../../generic-methodologies-and-resources/python/bypass-python-sandboxes/ +../../generic-methodologies-and-resources/python/bypass-python-sandboxes/README.md {{#endref}} {{#ref}} -../../pentesting-web/ssti-server-side-template-injection/ +../../pentesting-web/ssti-server-side-template-injection/README.md {{#endref}} {{#ref}} -../../pentesting-web/deserialization/ +../../pentesting-web/deserialization/README.md {{#endref}} {{#include ../../banners/hacktricks-training.md}}