!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/phpMyAdmin/setup/   drwxr-xr-x
Free 52.63 GB of 127.8 GB (41.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     config.php (2.11 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Front controller for config view / download and clear
 *
 * @package phpMyAdmin-setup
 */

/**
 * Core libraries.
 */
require './lib/common.inc.php';
require_once 
'./libraries/config/Form.class.php';
require_once 
'./libraries/config/FormDisplay.class.php';
require_once 
'./setup/lib/ConfigGenerator.class.php';

require 
'./libraries/config/setup.forms.php';

$form_display = new FormDisplay();
$form_display->registerForm('_config.php'$forms['_config.php']);
$form_display->save('_config.php');
$config_file_path ConfigFile::getInstance()->getFilePath();

if (isset(
$_POST['eol'])) {
    
$_SESSION['eol'] = ($_POST['eol'] == 'unix') ? 'unix' 'win';
}

if (
PMA_ifSetOr($_POST['submit_clear'], '')) {
    
//
    // Clear current config and return to main page
    //
    
ConfigFile::getInstance()->resetConfigData();
    
// drop post data
    
header('HTTP/1.1 303 See Other');
    
header('Location: index.php');
    exit;
} elseif (
PMA_ifSetOr($_POST['submit_download'], '')) {
    
//
    // Output generated config file
    //
    
header('Content-Type: text/plain');
    
header('Content-Disposition: attachment; filename="config.inc.php"');
    echo 
ConfigGenerator::getConfigFile();
    exit;
} elseif (
PMA_ifSetOr($_POST['submit_save'], '')) {
    
//
    // Save generated config file on the server
    //
    
file_put_contents($config_file_pathConfigGenerator::getConfigFile());
    
header('HTTP/1.1 303 See Other');
    
header('Location: index.php');
    exit;
} elseif (
PMA_ifSetOr($_POST['submit_load'], '')) {
    
//
    // Load config file from the server
    //
    
$cfg = array();
    require_once 
$config_file_path;
    
ConfigFile::getInstance()->setConfigData($cfg);
    
header('HTTP/1.1 303 See Other');
    
header('Location: index.php');
    exit;
} elseif (
PMA_ifSetOr($_POST['submit_delete'], '')) {
    
//
    // Delete config file on the server
    //
    
@unlink($config_file_path);
    
header('HTTP/1.1 303 See Other');
    
header('Location: index.php');
    exit;
} else {
    
//
    // Show generated config file in a <textarea>
    //
    
header('HTTP/1.1 303 See Other');
    
header('Location: index.php?page=config');
    exit;
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0052 ]--