<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Iframe bursting</title>
        <description>Hi there all,

i haven't showed myself lately 

and I hope my english is readable grammar isn't one of my strongest points ;p 

but I came up with something wich might already has been used or 
already has been tought about. 
Anyway I don't know so I just trow it here to see wether I get some response :).

its about the iFrame bursting thing.

How well can this be used the bad way? I know it is used to burst out of iframe
inclusion. 

so for example, we get a user to enter a xss hole in any form normaly if we want to keep controll over that person it is likely to setup an iframe and cover up the whole page so no one notice it. 

tho the problem here is that still in the url bar the path if the user is moving to another page dosn't change..

well we could actually transfer our &amp;quot;shell/payload&amp;quot; into the iframe and with it we could send the iframeburst wich will lead to the actual page so also the user url page is changed. 

i'm also researching crossdomain option. but i recently started this so i don't have that mutch info about it.

did anyone already came up with such a technique? 


yours spoof</description>
        <link>http://sla.ckers.org/forum/read.php?2,34599,34599#msg-34599</link>
        <lastBuildDate>Tue, 21 May 2013 20:51:36 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,34599,34643#msg-34643</guid>
            <title>Re: Iframe bursting</title>
            <link>http://sla.ckers.org/forum/read.php?2,34599,34643#msg-34643</link>
            <description><![CDATA[@ pappy, not sure if they use such a technique and i'm also not quite sure if i can mange to work. but if i do it would be quite a flaw. at first i tought it would work but that seems not the case so i have to figuere out if it is possible at all.<br />
in some cases i'm sure it would be if you are able, like for example a page where you already know that a presistend xss bug exists in that case you can just post it to that page afther that you can let it explode the frame.<br />
<br />
<br />
<br />
@ ne0139.<br />
<br />
that isn't exactly what i was talking about.<br />
Its more like exploiting the frame bursting code rather then stopping the frame burst. The thing i'm trying to get accomplished is to let the frame burst afther i injected code to the desired page, so the URL bar is getting update wich would be great for stealth ofcourse alot of people would not get suspicous if they see in the URL bar www.somesite.com/page1 even tho they clicked a link to /page2.<br />
anyway it would be alot nicer if there where actually standing /page2<br />
that why they could never see unless they know the source code and see that it is diffrent then usual.. even so it's hard to know for common i-net users.]]></description>
            <dc:creator>SpoofGhost</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sun, 06 Jun 2010 17:20:07 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,34599,34627#msg-34627</guid>
            <title>Re: Iframe bursting</title>
            <link>http://sla.ckers.org/forum/read.php?2,34599,34627#msg-34627</link>
            <description><![CDATA[If you have found xss in a page, you could use frame bursting code to redirect the person to your page. <br />
<br />
At least for me, it is the owner of the page that put the frame burst code in his own page, so (among other things) this make difficult for the attacker to execute a propper and silent xss. Because if that page is loaded inside an iframe, the browser will burst out of the iframe before execute the actual js code you injected. Check my other thread here in this forum I had exactly that problem. I found javascript codes for anti bursting, they work, but after the execution of the javascript anti bursting code, the loading of the page gets aborted, so its not useful for xss.]]></description>
            <dc:creator>Neo139</dc:creator>
            <category>XSS Info</category>
            <pubDate>Fri, 04 Jun 2010 16:22:44 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,34599,34601#msg-34601</guid>
            <title>Re: Iframe bursting</title>
            <link>http://sla.ckers.org/forum/read.php?2,34599,34601#msg-34601</link>
            <description><![CDATA[What about beef?]]></description>
            <dc:creator>PaPPy</dc:creator>
            <category>XSS Info</category>
            <pubDate>Tue, 01 Jun 2010 18:53:26 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,34599,34600#msg-34600</guid>
            <title>Re: Iframe bursting</title>
            <link>http://sla.ckers.org/forum/read.php?2,34599,34600#msg-34600</link>
            <description><![CDATA[about the cross domain thing.<br />
<br />
i don't think it is possible becouse you have to inject code into another site wich you do not have acces to. wich is a good thing ofcourse.<br />
<br />
i'm still testing tho]]></description>
            <dc:creator>SpoofGhost</dc:creator>
            <category>XSS Info</category>
            <pubDate>Tue, 01 Jun 2010 16:34:57 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,34599,34599#msg-34599</guid>
            <title>Iframe bursting</title>
            <link>http://sla.ckers.org/forum/read.php?2,34599,34599#msg-34599</link>
            <description><![CDATA[Hi there all,<br />
<br />
i haven't showed myself lately <br />
<br />
and I hope my english is readable grammar isn't one of my strongest points ;p <br />
<br />
but I came up with something wich might already has been used or <br />
already has been tought about. <br />
Anyway I don't know so I just trow it here to see wether I get some response :).<br />
<br />
its about the iFrame bursting thing.<br />
<br />
How well can this be used the bad way? I know it is used to burst out of iframe<br />
inclusion. <br />
<br />
so for example, we get a user to enter a xss hole in any form normaly if we want to keep controll over that person it is likely to setup an iframe and cover up the whole page so no one notice it. <br />
<br />
tho the problem here is that still in the url bar the path if the user is moving to another page dosn't change..<br />
<br />
well we could actually transfer our &quot;shell/payload&quot; into the iframe and with it we could send the iframeburst wich will lead to the actual page so also the user url page is changed. <br />
<br />
i'm also researching crossdomain option. but i recently started this so i don't have that mutch info about it.<br />
<br />
did anyone already came up with such a technique? <br />
<br />
<br />
yours spoof]]></description>
            <dc:creator>SpoofGhost</dc:creator>
            <category>XSS Info</category>
            <pubDate>Tue, 01 Jun 2010 16:17:39 -0500</pubDate>
        </item>
    </channel>
</rss>
