!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:\Users\DMZ\Desktop\cumbreclima\wp-content\plugins\wcp-contact-form\assets\js\   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:     main.js (1.63 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
(function($) {  
    $(document).ready(function() { 
        $('.scfp-captcha-refresh').on('click', function( event ) {
            event.preventDefault();
            var container = $(this).closest('.scfp-form-row').find('.scfp-captcha-image');
            var self = this;
            
            var data = {};
            data.action = 'recreateCaptcha';
            data.nonce = ajax_scfp.ajax_nonce;
            data.id = $(this).data('id');
            data.key = $(this).data('key');

            $.ajax({
                url:ajax_scfp.ajax_url,
                type: 'POST' ,
                data: data,
                dataType: 'html',
                cache: false,
                success: function(data) {
                    $(container).html($(data).find('.scfp-captcha-image').html());
                    $(self).closest('.scfp-form-row').find('.scfp-captcha-field .scfp-form-field').val('');
                },
                error: function (request, status, error) {
                }
            });            
          
            return false;
        });
        
        setTimeout(function () { $('.scfp-form-notification').fadeOut('slow', function() {$(this).remove();});}, 7000);
        
        $(document).on('click', '.scfp-form-notifications-close', function(event) {
           $(this).closest('.scfp-notifications').fadeOut('slow', function() {$(this).remove();}); 
           return false;
        }); 
        
        if ($('.scfp-notifications').length > 0) {
            $('html, body').stop().animate({scrollTop: $('.scfp-notifications').eq(0).position().top} , 0);    
        }

    });
    
    
    
})(jQuery);



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