!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\phpMyAdmin\libraries\export\   drwxrwxrwx
Free 7.97 GB of 239.26 GB (3.33%)
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 (1.28 KB)      -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
 *
 * @package phpMyAdmin-Export-CSV
 * @version $Id: excel.php 12494 2009-05-25 08:11:32Z helmo $
 */
if (! defined('PHPMYADMIN')) {
    exit;
}

/**
 *
 */
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' => 'removeCRLF''text' => 'strRemoveCRLF'),
            array(
'type' => 'bool''name' => 'columns''text' => 'strPutColNames'),
            array(
                
'type' => 'select'
                
'name' => 'edition'
                
'values' => array(
                    
'win' => 'Windows',
                    
'mac_excel2003' => 'Excel 2003 / Macintosh'
                    
'mac_excel2008' => 'Excel 2008 / 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.0156 ]--