!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/home/jerryg/public_html/gallery2/lib/support/   drwxr-xr-x
Free 318.36 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     phpinfo.php (1.44 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (!defined('G2_SUPPORT')) { return; } ?>
<?php
ob_start
();
phpinfo();
$phpinfo ob_get_contents();
ob_end_clean();

preg_match('#<body>(.*)</body>#ims'$phpinfo$matches);
$phpinfo $matches[1];
$phpinfo preg_replace_callback(
    
'#(<td class="v">)(.*?)(</td>)#ims',
    
create_function('$matches''return $matches[1] . wordwrap($matches[2], 10, "<wbr>", true) . $matches[3];'),
    
$phpinfo);

?>
<html>
  <head>
    <title> Gallery Support | PHP Info</title>
    <link rel="stylesheet" type="text/css" href="<?php print $baseUrl ?>support.css"/>
    <style type="text/css">
      pre {
    margin: 0px;
    font-family: monospace;
      }
      table {
    border-collapse: collapse;
    margin-left: 20px;
    width: 760 px;
      }
      td, th {
    border: 1px solid #000000;
    font-size: .9em;
    vertical-align: baseline;
      }
      .p {
    text-align: left;
      }
      .e {
    background-color: #ccccff;
    font-weight: bold;
    color: #000000;
      }
      .h {
    background-color: #9999cc;
    font-weight: bold;
    color: #000000;
      }
      .v {
    background-color: #cccccc;
    color: #000000;
      }
      i {
    color: #666666;
    background-color: #cccccc;
      }
      hr {
    background-color: #cccccc;
    height: 1px;
      }
    </style>
  </head>

  <body>
    <div id="content">
      <div id="title">
        <a href="../../">Gallery</a> &raquo; <a href="index.php">Support</a> &raquo; PHP Info
      </div>
      <?php print $phpinfo?>
    </div>
  </body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0259 ]--