!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)

E:\nuevo\htdocs\cumbreclima\wp-content\plugins\subscribe-to-comments-reloaded\classes\   drwxrwxrwx
Free 4.98 GB of 239.26 GB (2.08%)
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:     helper.class.php (1.21 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 *
 *
 * @author       Ing. Israel Barragan C.  Email: ibarragan@behstant.com
 * @since        10-Jul-2013
 *    ##########################################################################################
 *    Comments:
 *    This class handle functions or methos that will be helping the plugin Subscribe to Comments Reloaded
 *    Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
 *    ##########################################################################################
 * @version
 *    ##########################################################################################
 *    1.0        |    10-Jul-2013    |    Creation of new class. Adding the method verifyXSS().
 *    V140109 |    09-Jan-2013    |    * Rename the class name. The name was in conflict with another class.
 *    ##########################################################################################
 */
class subscribeToCommentsHelper {

    function 
__construct() {

    }

    function 
verifyXSS$value ) {
        
$pattern  '~(<|<script>|</|</script>|(%3C|%3C/))~';
        
$detected false;
        if ( 
preg_match$pattern$value ) ) {
            
$detected true;
        }

        return 
$detected;
    }
}

?>

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