-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
rohihbs.com
/
wp-content
/
plugins
/
wordfence
/
views
/
scanner
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
issue-base.php
8.491KB
Edit File
Delete File
Rename
issue-checkGSB.php
2.409KB
Edit File
Delete File
Rename
issue-commentBadURL.php
3.094KB
Edit File
Delete File
Rename
issue-control-edit-comment.php
0.434KB
Edit File
Delete File
Rename
issue-control-edit-post.php
0.607KB
Edit File
Delete File
Rename
issue-control-hide-file.php
2.715KB
Edit File
Delete File
Rename
issue-control-ignore.php
2.134KB
Edit File
Delete File
Rename
issue-control-repair.php
0.895KB
Edit File
Delete File
Rename
issue-control-show-details.php
1.942KB
Edit File
Delete File
Rename
issue-coreUnknown.php
2KB
Edit File
Delete File
Rename
issue-database.php
2.116KB
Edit File
Delete File
Rename
issue-easyPassword.php
2.17KB
Edit File
Delete File
Rename
issue-knownfile.php
2.97KB
Edit File
Delete File
Rename
issue-postBadTitle.php
2.067KB
Edit File
Delete File
Rename
issue-postBadURL.php
3.187KB
Edit File
Delete File
Rename
issue-publiclyAccessible.php
2.017KB
Edit File
Delete File
Rename
issue-skippedPaths.php
1.696KB
Edit File
Delete File
Rename
issue-suspiciousAdminUsers.php
2.24KB
Edit File
Delete File
Rename
issue-wafStatus.php
1.938KB
Edit File
Delete File
Rename
issue-wfAssistantPresent.php
1.377KB
Edit File
Delete File
Rename
issue-wfPluginAbandoned.php
3.834KB
Edit File
Delete File
Rename
issue-wfPluginRemoved.php
3.074KB
Edit File
Delete File
Rename
issue-wfPluginUpgrade.php
3.993KB
Edit File
Delete File
Rename
issue-wfPluginVulnerable.php
3.019KB
Edit File
Delete File
Rename
issue-wfThemeUpgrade.php
3.58KB
Edit File
Delete File
Rename
issue-wfUpgrade.php
3.522KB
Edit File
Delete File
Rename
issue-wpscan_directoryList.php
2.221KB
Edit File
Delete File
Rename
issue-wpscan_fullPathDiscl.php
2.216KB
Edit File
Delete File
Rename
options-group-basic.php
1.38KB
Edit File
Delete File
Rename
options-group-general.php
7.866KB
Edit File
Delete File
Rename
options-group-scan-schedule.php
1.419KB
Edit File
Delete File
Rename
scan-progress-element.php
2.018KB
Edit File
Delete File
Rename
scan-progress.php
2.844KB
Edit File
Delete File
Rename
scan-scheduling.php
17.676KB
Edit File
Delete File
Rename
scan-type.php
9.115KB
Edit File
Delete File
Rename
scanner-status.php
3.983KB
Edit File
Delete File
Rename
site-cleaning-beta-sigs.php
8.587KB
Edit File
Delete File
Rename
site-cleaning-bottom.php
2.034KB
Edit File
Delete File
Rename
site-cleaning.php
9.117KB
Edit File
Delete File
Rename
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents the scanner status. * * Expects $scanner to be defined. * * @var wfScanner $scanner The scanner state. * @var wfDashboard $dashboard Dashboard statistics. */ ?> <ul class="wf-block-list wf-block-list-horizontal"> <?php if ($scanner->isEnabled() == 'enabled' && $scanner->signatureMode() == wfScanner::SIGNATURE_MODE_PREMIUM): ?> <li> <div class="wf-block-labeled-value wf-scan-status wf-scan-status-full-enabled"> <div class="wf-block-labeled-value-label"><?php switch (wfLicense::current()->getType()) { case wfLicense::TYPE_RESPONSE: esc_html_e('Wordfence Scan & Response License Enabled', 'wordfence'); break; case wfLicense::TYPE_CARE: esc_html_e('Wordfence Scan & Care License Enabled', 'wordfence'); break; default: esc_html_e('Wordfence Scan & Premium Enabled', 'wordfence'); break; } ?></div> </div> </li> <?php else: ?> <li> <?php if (!$scanner->isEnabled()): ?> <div class="wf-scan-status-disabled"> <p><h3><?php esc_html_e('Wordfence Scan Deactivated', 'wordfence'); ?></h3></p> <p><?php esc_html_e('A Wordfence scan examines all files, posts, pages, and comments on your WordPress website looking for malware, known malicious URLs, and known patterns of infections. It also does several other reputation and server checks.', 'wordfence'); ?></p> <p> <a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="#" target="_blank" rel="noopener noreferrer" id="wf-scan-top-enable-scans" role="button"><?php esc_html_e('Enable Automatic Scans', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a> <script type="application/javascript"> (function($) { $(function() { $('#wf-scan-top-enable-scans').on('click', function(e) { e.preventDefault(); e.stopPropagation(); WFAD.setOption('scheduledScansEnabled', 1, function() { window.location.reload(true); }); }); }); })(jQuery); </script> </p> </div> <?php else: ?> <div class="wf-block-labeled-value wf-scan-status wf-scan-status-enabled"> <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 esc_html_e('Wordfence Scan Enabled', 'wordfence'); ?></div> </div> <?php endif; ?> </li> <li> <?php if ($scanner->signatureMode() == wfScanner::SIGNATURE_MODE_COMMUNITY): ?> <div> <p><h3><?php esc_html_e('Premium Protection Disabled', 'wordfence'); ?></h3></p> <p><?php esc_html_e('As a free Wordfence user, you are currently using the Community version of the Threat Defense Feed. Premium users are protected by additional firewall rules and malware signatures as well as the Wordfence real-time IP blocklist. Upgrade to Premium today to improve your protection.', 'wordfence'); ?></p> <p><a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1scanUpgrade/wordfence-signup/#premium-order-form" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Upgrade to Premium', 'wordfence'); ?></a> <a class="wf-btn wf-btn-callout-subtle wf-btn-default" href="https://www.wordfence.com/gnl1scanLearn/wordfence-signup/" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Learn More', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a></p> </div> <?php else: ?> <div class="wf-block-labeled-value wf-protection-status wf-protection-status-<?php echo esc_attr($scanner->signatureMode()); ?>"> <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 esc_html_e('Premium Protection Enabled', 'wordfence'); ?></div> </div> <?php endif; ?> </li> <?php endif; ?> </ul>
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat