Be a Supporter!

New IE exploit

  • 457 Views
  • 1 Reply
New Topic Respond to this Topic
Mister-Mind
Mister-Mind
  • Member since: Jul. 1, 2006
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to New IE exploit 2006-09-25 19:21:36 Reply

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
Response to New IE exploit 2006-09-25 19:58:27 Reply

<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.