iFrame Injection
Last updated
Last updated
Let's intercept the request in Burpsuite.
We can now forward this request to the Repeater
in order to make modifications to it.
As we can see the URL is being used to complete the <iframe>
tag.
Let's try to escape the tag by using the following request URL:
We can see that the </iframe>
tag set by the application now is a lone closing tag. This proves that we have successfully escaped the tag.
We can now perform a regular HTML URL injection.
We can even do the same exploit directly in the browser using the following URL:
We can see our message <h1>
tags.