1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-02-23 06:01:12 +01:00
PayloadsAllTheThings/Server Side Request Forgery/Files/ssrf_svg_image.svg
2019-08-15 18:21:06 +02:00

4 lines
199 B
XML

<svg width="200" height="200"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<image xlink:href="https://example.com/image.jpg" height="200" width="200"/>
</svg>