mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 17:28:13 +00:00
39 lines
3.8 KiB
Markdown
39 lines
3.8 KiB
Markdown
# Client Side Path Traversal
|
|
|
|
{% hint style="success" %}
|
|
Learn & practice AWS Hacking:<img src="/.gitbook/assets/arte.png" alt="" data-size="line">[**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)<img src="/.gitbook/assets/arte.png" alt="" data-size="line">\
|
|
Learn & practice GCP Hacking: <img src="/.gitbook/assets/grte.png" alt="" data-size="line">[**HackTricks Training GCP Red Team Expert (GRTE)**<img src="/.gitbook/assets/grte.png" alt="" data-size="line">](https://training.hacktricks.xyz/courses/grte)
|
|
|
|
<details>
|
|
|
|
<summary>Support HackTricks</summary>
|
|
|
|
* Check the [**subscription plans**](https://github.com/sponsors/carlospolop)!
|
|
* **Join the** 💬 [**Discord group**](https://discord.gg/hRep4RUj7f) or the [**telegram group**](https://t.me/peass) or **follow** us on **Twitter** 🐦 [**@hacktricks\_live**](https://twitter.com/hacktricks\_live)**.**
|
|
* **Share hacking tricks by submitting PRs to the** [**HackTricks**](https://github.com/carlospolop/hacktricks) and [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github repos.
|
|
|
|
</details>
|
|
{% endhint %}
|
|
|
|
## Basic Information
|
|
|
|
एक क्लाइंट साइड पाथ ट्रैवर्सल तब होता है जब आप **एक URL के पाथ को नियंत्रित कर सकते हैं** जो **एक उपयोगकर्ता को वैध तरीके से देखने के लिए भेजा जाने वाला है** या जिसे किसी तरह **उपयोगकर्ता को देखने के लिए मजबूर किया जाएगा, उदाहरण के लिए JS या CSS के माध्यम से**।
|
|
|
|
[**इस लेख**](https://erasec.be/blog/client-side-path-manipulation/) में, **निमंत्रण URL को बदलना संभव था** ताकि यह **एक कार्ड को रद्द करने** के लिए समाप्त हो जाए।
|
|
|
|
[**इस लेख**](https://mr-medi.github.io/research/2022/11/04/practical-client-side-path-traversal-attacks.html) में, **CSS के माध्यम से क्लाइंट साइड पाथ ट्रैवर्सल** (यह संभव था कि CSS संसाधन को लोड करने का पाथ बदला जा सके) को **एक ओपन रीडायरेक्ट** के साथ मिलाना संभव था ताकि CSS संसाधन को **हमलावर द्वारा नियंत्रित डोमेन** से लोड किया जा सके।
|
|
|
|
{% hint style="success" %}
|
|
Learn & practice AWS Hacking:<img src="/.gitbook/assets/arte.png" alt="" data-size="line">[**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)<img src="/.gitbook/assets/arte.png" alt="" data-size="line">\
|
|
Learn & practice GCP Hacking: <img src="/.gitbook/assets/grte.png" alt="" data-size="line">[**HackTricks Training GCP Red Team Expert (GRTE)**<img src="/.gitbook/assets/grte.png" alt="" data-size="line">](https://training.hacktricks.xyz/courses/grte)
|
|
|
|
<details>
|
|
|
|
<summary>Support HackTricks</summary>
|
|
|
|
* Check the [**subscription plans**](https://github.com/sponsors/carlospolop)!
|
|
* **Join the** 💬 [**Discord group**](https://discord.gg/hRep4RUj7f) or the [**telegram group**](https://t.me/peass) or **follow** us on **Twitter** 🐦 [**@hacktricks\_live**](https://twitter.com/hacktricks\_live)**.**
|
|
* **Share hacking tricks by submitting PRs to the** [**HackTricks**](https://github.com/carlospolop/hacktricks) and [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github repos.
|
|
|
|
</details>
|
|
{% endhint %}
|