!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\wordpress-seo\vendor\yoast\license-manager\views\   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:     script.php (1.62 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if ( ! defined'ABSPATH' ) ) {
    
header'HTTP/1.0 403 Forbidden' );
    die;

?><script type="text/javascript">
(function($) {
    
    if( typeof YoastLicenseManager !== "undefined" ) {
        return;
    }

    window.YoastLicenseManager = (function () {

        function init() {
            var $keyInputs = $(".yoast-license-key-field.yoast-license-obfuscate");
            var $actionButtons = $('.yoast-license-toggler button');
            var $submitButtons = $('input[type="submit"], button[type="submit"]');

            $submitButtons.click( addDisableEvent );
            $actionButtons.click( actOnLicense );
            $keyInputs.click( setEmptyValue );
        }

        function setEmptyValue() {
            if( ! $(this).is('[readonly]') ) {
                $(this).val('');
            }
        }

        function actOnLicense() {
            var $formScope = $(this).closest('form');
            var $actionButton = $formScope.find('.yoast-license-toggler button');

            // fake input field with exact same name => value            
            $("<input />")
                .attr('type', 'hidden')
                .attr( 'name', $(this).attr('name') )
                .val( $(this).val() )
                .appendTo( $formScope );

            // change button text to show we're working..
            var text = ( $actionButton.hasClass('yoast-license-activate') ) ? "Activating..." : "Deactivating...";
            $actionButton.text( text );
        }

        function addDisableEvent() {
            var $formScope = $(this).closest('form');
            $formScope.submit(disableButtons);
        }

        function disableButtons() {
            var $formScope = $(this).closest('form');
            var $submitButton = $formScope.find('input[type="submit"], button[type="submit"]');
            $submitButton.prop( 'disabled', true );
        }

        return {
            init: init
        }
    
    })();

    YoastLicenseManager.init();

})(jQuery);
</script>

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