[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.188.62.10: ~ $
<?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents a block list element specifically for the start scan button.
 *
 * Expects $running.
 *
 * @var bool $running Whether or not the scan is currently running.
 */
?>
<div id="wf-scan-starter" class="wf-block-navigation-option">
	<div class="wf-block-navigation-option-content">
		<a href="#" class="wf-btn wf-btn-primary wf-btn-callout-subtle wf-scan-starter-idle" style="<?php if ($running) { echo 'display: none;'; } ?>" role="button"><?php esc_html_e('Start New Scan', 'wordfence'); ?></a>
		<a href="#" class="wf-btn wf-btn-primary wf-btn-callout-subtle wf-scan-starter-running" style="<?php if (!$running) { echo 'display: none;'; } ?>;" role="button"><?php esc_html_e('Stop Scan', 'wordfence'); ?></a> 
	</div>
</div>
<script type="application/javascript">
	(function($) {
		$('#wf-scan-starter a').on('click', function(e) {
			e.preventDefault();
			e.stopPropagation();

			if ($(this).hasClass('wf-scan-starter-idle')) {
				WFAD.startScan();
				$('#wf-scan-running-bar').show();
			}
			else {
				WFAD.killScan(function(success) {
					WFAD.colorboxModal((WFAD.isSmallScreen ? '300px' : '400px'), success ? '<?php esc_attr_e('Scan Stopping', 'wordfence'); ?>' : '<?php esc_attr_e('Stop Failed', 'wordfence'); ?>', success ? '<?php esc_attr_e('A termination request has been sent to stop any running scans.', 'wordfence'); ?>' : '<?php esc_attr_e('We failed to send a termination request.', 'wordfence'); ?>');
				});
				$('#wf-scan-running-bar').hide();
			}
		});
		
		$(window).on('wfScanUpdateButtons', function() {
			if (WFAD.scanRunning) {
				$('.wf-scan-starter-idle').hide();
				$('.wf-scan-starter-running').show();
			}
			else {
				$('.wf-scan-starter-idle').show().toggleClass('wf-disabled', WFAD.scanStalled);
				$('.wf-scan-starter-running').hide();
			}
		})
	})(jQuery);
</script>

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