!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)

C:\Intranet\C\xampp\phpMyAdmin\libraries\export\   drwxrwxrwx
Free 4.1 GB of 39.52 GB (10.37%)
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:     excel.php (964 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Set of functions used to build CSV dumps of tables
 *
 * @version $Id: excel.php 10239 2007-04-01 09:51:41Z cybot_tm $
 */

/**
 *
 */
if (isset($plugin_list)) {
    
$plugin_list['excel'] = array(
        
'text' => 'strStrucExcelCSV',
        
'extension' => 'csv',
        
'mime_type' => 'text/comma-separated-values',
        
'options' => array(
            array(
'type' => 'text''name' => 'null''text' => 'strReplaceNULLBy'),
            array(
'type' => 'bool''name' => 'columns''text' => 'strPutColNames'),
            array(
'type' => 'select''name' => 'edition''values' => array('win' => 'Windows''mac' => 'Excel 2003 / Macintosh'), 'text' => 'strExcelEdition'),
            array(
'type' => 'hidden''name' => 'data'),
            ),
        
'options_text' => 'strOptions',
        );
} else {
    
/* Everything rest is coded in csv plugin */
    
require './libraries/export/csv.php';
}
?>

:: 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 ]--