not interesting sploit
1) remove all the random calls
...
//var d=Math.floor(Math.random()*a.length);
var d=a.length-2;
...
//var z=window.crypto.random(32);
var z=30;
...
//t=Math.floor(65536*Math.random());
t=100;
2) change date().gettime calls
//function BRN(){QUM(new Date().getTime())}
function BRN(){QUM("1235599644399")}
3) emulate vulnerable applets
...
//vers.push('f',check_flash_vuln());
vers.push('f',"9:0:115");
...
//vers.push('p',check_pdf_vuln());
vers.push('p',"800");
...
//vers.push('m',check_mdac_vuln());
vers.push('m',"4");
...
4) and final use navigator.IE6.WinXP_32_SP1 Malzilla template
#########
anything new and interesting. there is much more interesting things