-3

I need some help from you.. my VPS was hacked.. I was trying to decode the files I found.. here the content of one php file, it's an array of encoded objects.

Can you help me? http://pastebin.com/eKX22EHx

<?php $array = array('blabla','blablabla','blablabla');$x = implode("", $array);$b64 = "\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65";$r13 = "\x73\x74\x72\x5f\x72\x6f\x74\x31\x33";$gzc = "\x67\x7a\x75\x6e\x63\x6f\x6d\x70\x72\x65\x73\x73";eval($gzc($b64($r13($x))));?>

1 Answers1

-1

Here there is the code decoded http://pastebin.com/d2w7AXrK It seems similar to c99madshell http://www.akamai.com/dl/akamai/akamai-security-advisory-web-shells.pdf

NoNoNo
  • 1,999
  • 15
  • 21