PATH:
home
/
centosnipponia
/
public_html
/
downloads
/
wp-content
/
plugins
/
wordfence
/
views
/
scanner
/
text
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents an issue template. */ echo wfView::create('scanner/text/issue-base', array( 'internalType' => 'wfPluginRemoved', 'displayType' => __('Plugin Removed', 'wordfence'), 'textOutput' => (isset($textOutput) ? $textOutput : null), 'textOutputDetailPairs' => array( __('Plugin Name', 'wordfence') => '$data.Name', __('Current Plugin Version', 'wordfence') => '$data.Version', null, __('Details', 'wordfence') => '$longMsg', null, __('Plugin URL', 'wordfence') => '$data.PluginURI', __('Vulnerability Information', 'wordfence') => '$data.vulnerabilityLink', __('Vulnerability Severity', 'wordfence') => '${data.cvssScore}/10.0 (${data.severityLabel})', ), ))->render();
[+]
..
[-] issue-base.php
[edit]
[-] issue-checkGSB.php
[edit]
[-] issue-checkHowGetIPs.php
[edit]
[-] issue-checkSpamIP.php
[edit]
[-] issue-commentBadURL.php
[edit]
[-] issue-configReadable.php
[edit]
[-] issue-coreUnknown.php
[edit]
[-] issue-database.php
[edit]
[-] issue-diskSpace.php
[edit]
[-] issue-easyPassword.php
[edit]
[-] issue-file.php
[edit]
[-] issue-geoipSupport.php
[edit]
[-] issue-knownfile.php
[edit]
[-] issue-optionBadURL.php
[edit]
[-] issue-postBadTitle.php
[edit]
[-] issue-postBadURL.php
[edit]
[-] issue-publiclyAccessible.php
[edit]
[-] issue-skippedPaths.php
[edit]
[-] issue-spamvertizeCheck.php
[edit]
[-] issue-suspiciousAdminUsers.php
[edit]
[-] issue-timelimit.php
[edit]
[-] issue-wafStatus.php
[edit]
[-] issue-wfAssistantPresent.php
[edit]
[-] issue-wfPluginAbandoned.php
[edit]
[-] issue-wfPluginRemoved.php
[edit]
[-] issue-wfPluginUpgrade.php
[edit]
[-] issue-wfPluginVulnerable.php
[edit]
[-] issue-wfThemeUpgrade.php
[edit]
[-] issue-wfUpgradeError.php
[edit]
[-] issue-wfUpgrade.php
[edit]
[-] issue-wpscan_directoryList.php
[edit]
[-] issue-wpscan_fullPathDiscl.php
[edit]
[-] .htaccess.disabled
[edit]