[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.45.223: ~ $
<?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>

Filemanager

Name Type Size Permission Actions
issue-base.php File 8.49 KB 0644
issue-checkGSB.php File 2.41 KB 0644
issue-checkHowGetIPs.php File 1.52 KB 0644
issue-checkSpamIP.php File 1.31 KB 0644
issue-commentBadURL.php File 3.09 KB 0644
issue-configReadable.php File 2.03 KB 0644
issue-control-edit-comment.php File 444 B 0644
issue-control-edit-post.php File 622 B 0644
issue-control-edit-user.php File 1.09 KB 0644
issue-control-hide-file.php File 2.71 KB 0644
issue-control-ignore.php File 2.13 KB 0644
issue-control-repair.php File 916 B 0644
issue-control-show-details.php File 1.94 KB 0644
issue-coreUnknown.php File 2 KB 0644
issue-database.php File 2.12 KB 0644
issue-diskSpace.php File 1.94 KB 0644
issue-easyPassword.php File 2.17 KB 0644
issue-file.php File 3.29 KB 0644
issue-geoipSupport.php File 1.81 KB 0644
issue-knownfile.php File 2.97 KB 0644
issue-optionBadURL.php File 2.07 KB 0644
issue-postBadTitle.php File 2.07 KB 0644
issue-postBadURL.php File 3.19 KB 0644
issue-publiclyAccessible.php File 2.02 KB 0644
issue-skippedPaths.php File 1.7 KB 0644
issue-spamvertizeCheck.php File 1.31 KB 0644
issue-suspiciousAdminUsers.php File 2.24 KB 0644
issue-timelimit.php File 1.81 KB 0644
issue-wafStatus.php File 1.94 KB 0644
issue-wfPluginAbandoned.php File 3.83 KB 0644
issue-wfPluginRemoved.php File 3.07 KB 0644
issue-wfPluginUpgrade.php File 3.99 KB 0644
issue-wfPluginVulnerable.php File 3.02 KB 0644
issue-wfThemeUpgrade.php File 3.58 KB 0644
issue-wfUpgrade.php File 3.52 KB 0644
issue-wfUpgradeError.php File 1.4 KB 0644
issue-wpscan_directoryList.php File 2.22 KB 0644
issue-wpscan_fullPathDiscl.php File 2.22 KB 0644
no-issues.php File 1.11 KB 0644
option-scan-signatures.php File 5.85 KB 0644
options-group-advanced.php File 3.63 KB 0644
options-group-basic.php File 1.38 KB 0644
options-group-general.php File 7.87 KB 0644
options-group-performance.php File 4.12 KB 0644
options-group-scan-schedule.php File 1.42 KB 0644
scan-failed.php File 1.76 KB 0644
scan-progress-detailed.php File 2.9 KB 0644
scan-progress-element.php File 2.02 KB 0644
scan-progress.php File 2.84 KB 0644
scan-results.php File 8.28 KB 0644
scan-scheduling.php File 17.68 KB 0644
scan-starter.php File 1.83 KB 0644
scan-type.php File 9.12 KB 0644
scanner-status.php File 3.98 KB 0644
site-cleaning-beta-sigs.php File 8.59 KB 0644
site-cleaning-bottom.php File 2.03 KB 0644
site-cleaning-high-sense.php File 8.59 KB 0644
site-cleaning.php File 9.12 KB 0644