!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:\Users\DMZ\Desktop\cumbreclima0909\wp-content\themes\patti\framework\ReduxFramework\ReduxCore\inc\   drwxrwxrwx
Free 4.09 GB of 39.52 GB (10.35%)
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:     debug.php (3.72 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

    
/**
     * Redux Framework is free software: you can redistribute it and/or modify
     * it under the terms of the GNU General Public License as published by
     * the Free Software Foundation, either version 2 of the License, or
     * any later version.
     * Redux Framework is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     * GNU General Public License for more details.
     * You should have received a copy of the GNU General Public License
     * along with Redux Framework. If not, see <http://www.gnu.org/licenses/>.
     *
     * @package     ReduxFramework
     * @subpackage  debug object
     * @author      Dovy Paukstys
     * @author      Kevin Provance (kprovance)
     * @version     3.1.8
     */

// Exit if accessed directly
    
if ( ! defined'ABSPATH' ) ) {
        exit;
    }

    if ( ! 
class_exists'ReduxDebugObject' ) ) {

        
/**
         * Main ReduxFramework_import_export class
         *
         * @since       1.0.0
         */
        
class ReduxDebugObject {
            public function 
__construct$parent ) {
                
$this->parent $parent;
            }

            public function 
render() {
                echo 
'<div id="dev_mode_default_section_group' '" class="redux-group-tab">';
                echo 
'<h3>' __'Options Object''redux-framework' ) . '</h3>';
                echo 
'<div class="redux-section-desc">';
                echo 
'<div id="redux-object-browser"></div>';
                echo 
'</div>';

                if ( 
version_comparephpversion(), "5.3.0"">=" ) ) {
                    
$json json_encode$this->parent->optionstrue );
                } else {
                    
$json json_encode$this->parent->options );
                }

                echo 
'<div id="redux-object-json" class="hide">' $json '</div>';

                echo 
'<a href="#" id="consolePrintObject" class="button">' __'Show Object in Javascript Console Object''redux-framework' ) . '</a>';

                echo 
'</div>';
            }

            public function 
render_tab() {
                echo 
'<li id="dev_mode_default_section_group_li" class="redux-group-tab-link-li">';

                if ( ! empty( 
$this->parent->args['icon_type'] ) && $this->parent->args['icon_type'] == 'image' ) {
                    
$icon = ( ! isset( $this->parent->args['dev_mode_icon'] ) ) ? '' '<img src="' $this->parent->args['dev_mode_icon'] . '" /> ';
                } else {
                    
$icon_class = ( ! isset( $this->parent->args['dev_mode_icon_class'] ) ) ? '' ' ' $this->parent->args['dev_mode_icon_class'];
                    
$icon       = ( ! isset( $this->parent->args['dev_mode_icon'] ) ) ? '<i class="el-icon-info-sign' $icon_class '"></i>' '<i class="icon-' $this->parent->args['dev_mode_icon'] . $icon_class '"></i> ';
                }

                echo 
'<a href="javascript:void(0);" id="dev_mode_default_section_group_li_a" class="redux-group-tab-link-a custom-tab" data-rel="dev_mode_default">' $icon ' <span class="group_title">' __'Options Object''redux-framework' ) . '</span></a>';
                echo 
'</li>';
            }

            public function 
add_submenu() {
                
add_submenu_page(
                    
$this->parent->args['page_slug'],
                    
__'Options Object''redux-framework' ),
                    
__'Options Object''redux-framework' ),
                    
$this->parent->args['page_permissions'],
                    
$this->parent->args['page_slug'] . '&tab=dev_mode_default',
                    
'__return_null'
                
);
            }
        }
    }

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