New IE exploit
- Mister-Mind
-
Mister-Mind
- Member since: Jul. 1, 2006
- Offline.
-
- Forum Stats
- Member
- Level 07
- Blank Slate
Not a clue in the world. But ,
*this is a wild guess*
Maybe the write part of the code thingy there writes a crash code to IE?
I dont know. Just guessing. ;)
- JeremysFilms
-
JeremysFilms
- Member since: Feb. 18, 2005
- Offline.
-
- Forum Stats
- Member
- Level 18
- Blank Slate
<script>
for(x in document.write){
document.write(x);
}
</script>
It's just an infinite loop. It's well known.. you could do thta in PHP, Flash, any language that allows loops.. not a big deal. It's just that IE doesn't resist crashing very well and would crack before it lets you close out the window or go back.. I think firefox would still give you window control during the loop.

