!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:\cumbre\cumbreclima\wp-content\plugins\contact-form-7\modules\   drwxrwxrwx
Free 3.26 GB of 39.52 GB (8.25%)
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:     listo.php (697 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
** Retrieve list data from the Listo plugin.
** Listo http://wordpress.org/plugins/listo/
**/

add_filter'wpcf7_form_tag_data_option''wpcf7_listo'10);

function 
wpcf7_listo$data$options$args ) {
    if ( ! 
function_exists'listo' ) ) {
        return 
$data;
    }

    
$args wp_parse_args$args, array() );

    
$contact_form wpcf7_get_current_contact_form();
    
$args['locale'] = $contact_form->locale;

    foreach ( (array) 
$options as $option ) {
        
$option explode'.'$option );
        
$type $option[0];
        
$args['group'] = isset( $option[1] ) ? $option[1] : null;

        if ( 
$list listo$type$args ) ) {
            
$data array_merge( (array) $data$list );
        }
    }

    return 
$data;
}

?>

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