Project VoidWalker: A PHP Deobfuscator (Build 32)
Did you find PHP code on your server that you didn't put there? Sounds like you need to deobfuscate it.
- This web page converts PHP source code with strings like eval(base64_decode('CODE')); into plain source code.
- It works for the following functions: base64_decode(), gzinflate(), gzuncompress(), str_rot13(), strrev(), rawurldecode(), stripslashes(), stripcslashes(), quoted_printable_decode(), quoted_printable_encode(), convert_uuencode(), convert_uudecode(), bin2hex(), and hex2bin().
- Just copy and paste a code block like the one below, into the Input field, and click the 'Deobfuscate' button.
<? eval(base64_decode('ZWNobyAiQWRtaXQgaXQuLi4gWW91J3JlIHNlcnZlciBnb3QgaGFja2VkLCBkaWRuJ3QgaXQ/Ijs='));
Input (HTML/XHTML/PHP code must include at least a '<?'):