PATH:
home
/
lab2454c
/
archfort.com
/
wp-content
/
plugins
/
wordfence
/
views
/
scanner
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents a block list element specifically for the scan progress indicator. * * Expects $scanner. * * @var wfScanner $scanner The scanner state. */ $status = $scanner->stageStatus(); ?> <ul class="wf-scanner-progress"> <?php echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-spamvertising', 'title' => __('Spamvertising Checks', 'wordfence'), 'status' => $status[wfScanner::STAGE_SPAMVERTISING_CHECKS], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-spam', 'title' => __('Spam Check', 'wordfence'), 'status' => $status[wfScanner::STAGE_SPAM_CHECK], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-blacklist', 'title' => __('Blocklist Check', 'wordfence'), 'status' => $status[wfScanner::STAGE_BLACKLIST_CHECK], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-server', 'title' => __('Server State', 'wordfence'), 'status' => $status[wfScanner::STAGE_SERVER_STATE], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-changes', 'title' => __('File Changes', 'wordfence'), 'status' => $status[wfScanner::STAGE_FILE_CHANGES], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-malware', 'title' => __('Malware Scan', 'wordfence'), 'status' => $status[wfScanner::STAGE_MALWARE_SCAN], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-content', 'title' => __('Content Safety', 'wordfence'), 'status' => $status[wfScanner::STAGE_CONTENT_SAFETY], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-public', 'title' => __('Public Files', 'wordfence'), 'status' => $status[wfScanner::STAGE_PUBLIC_FILES], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-password', 'title' => __('Password Strength', 'wordfence'), 'status' => $status[wfScanner::STAGE_PASSWORD_STRENGTH], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-vulnerability', 'title' => __('Vulnerability Scan', 'wordfence'), 'status' => $status[wfScanner::STAGE_VULNERABILITY_SCAN], ))->render(); echo wfView::create('scanner/scan-progress-element', array( 'scanner' => $scanner, 'id' => 'wf-scan-options', 'title' => __('User & Option Audit', 'wordfence'), 'status' => $status[wfScanner::STAGE_OPTIONS_AUDIT], ))->render(); ?> </ul>
[-] issue-checkGSB.php
[edit]
[-] issue-knownfile.php
[edit]
[-] issue-wfUpgrade.php
[edit]
[-] issue-wfPluginVulnerable.php
[edit]
[-] issue-checkSpamIP.php
[edit]
[-] issue-easyPassword.php
[edit]
[-] issue-timelimit.php
[edit]
[-] issue-wpscan_fullPathDiscl.php
[edit]
[+]
..
[-] issue-checkHowGetIPs.php
[edit]
[-] options-group-general.php
[edit]
[-] scan-progress-element.php
[edit]
[-] site-cleaning-beta-sigs.php
[edit]
[-] issue-wfPluginRemoved.php
[edit]
[-] issue-control-repair.php
[edit]
[-] issue-wafStatus.php
[edit]
[-] issue-wpscan_directoryList.php
[edit]
[-] issue-control-show-details.php
[edit]
[-] issue-control-edit-user.php
[edit]
[-] issue-publiclyAccessible.php
[edit]
[-] site-cleaning-high-sense.php
[edit]
[-] issue-skippedPaths.php
[edit]
[-] options-group-basic.php
[edit]
[-] options-group-advanced.php
[edit]
[-] issue-wfPluginUpgrade.php
[edit]
[-] issue-commentBadURL.php
[edit]
[-] scanner-status.php
[edit]
[-] issue-postBadURL.php
[edit]
[-] issue-wfUpgradeError.php
[edit]
[-] issue-wfPluginAbandoned.php
[edit]
[-] issue-database.php
[edit]
[-] issue-control-hide-file.php
[edit]
[-] issue-spamvertizeCheck.php
[edit]
[-] issue-file.php
[edit]
[-] issue-postBadTitle.php
[edit]
[-] issue-base.php
[edit]
[-] scan-results.php
[edit]
[-] site-cleaning.php
[edit]
[-] issue-coreUnknown.php
[edit]
[-] site-cleaning-bottom.php
[edit]
[-] issue-suspiciousAdminUsers.php
[edit]
[-] options-group-scan-schedule.php
[edit]
[-] scan-progress-detailed.php
[edit]
[-] option-scan-signatures.php
[edit]
[-] issue-optionBadURL.php
[edit]
[-] scan-progress.php
[edit]
[-] scan-type.php
[edit]
[-] issue-control-edit-comment.php
[edit]
[-] no-issues.php
[edit]
[-] issue-diskSpace.php
[edit]
[-] issue-wfThemeUpgrade.php
[edit]
[-] scan-failed.php
[edit]
[-] scan-starter.php
[edit]
[-] scan-scheduling.php
[edit]
[-] issue-configReadable.php
[edit]
[-] issue-control-ignore.php
[edit]
[-] issue-geoipSupport.php
[edit]
[-] issue-control-edit-post.php
[edit]
[-] options-group-performance.php
[edit]