Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | Acunetix WP Security |
Version | 2.2.56.31 |
Comparing to | |
See all releases |
Code changes from version 2.2.56.30 to 2.2.56.31
- readme.txt +1 -1
- securityscan.php +5 -3
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: security, securityscan, chmod, permissions, admin, administration, authent
|
|
5 |
plugins, private, protection, tracking, wordpress
|
6 |
Requires at least: 2.0
|
7 |
Tested up to: 2.5
|
8 |
-
Stable tag: 2.2.56.
|
9 |
|
10 |
Scans your WordPress installation for security vulnerabilities.
|
11 |
|
5 |
plugins, private, protection, tracking, wordpress
|
6 |
Requires at least: 2.0
|
7 |
Tested up to: 2.5
|
8 |
+
Stable tag: 2.2.56.31
|
9 |
|
10 |
Scans your WordPress installation for security vulnerabilities.
|
11 |
|
securityscan.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Security Scan
|
|
4 |
Plugin URI: http://semperfiwebdesign.com/plugins/wp-security-scan/
|
5 |
Description: Perform security scan of WordPress installation.
|
6 |
Author: Michael Torbert
|
7 |
-
Version: 2.2.56.
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
@@ -75,7 +75,7 @@ function mrt_opt_mng_pg() {
|
|
75 |
|
76 |
<div>
|
77 |
<!-- <div id="message" class="updated fade"><p></p></div>-->
|
78 |
-
<br /><div style="float: left;width: 600px; height:
|
79 |
<div width=600px style="text-align:center;font-weight:bold;"><h3>Initial Scan</h3></div>
|
80 |
<?php
|
81 |
global $wpdb;
|
@@ -87,7 +87,7 @@ mrt_errorsoff();
|
|
87 |
|
88 |
$name = $wpdb->get_var("SELECT user_login FROM $wpdb->users WHERE user_login='admin'");
|
89 |
if ($name=="admin"){
|
90 |
-
echo '<font color="red">"admin" user exists.</font>';
|
91 |
}
|
92 |
else{
|
93 |
echo '<font color="green">No user "admin".</font>';
|
@@ -103,6 +103,8 @@ if (file_exists($filename)) {
|
|
103 |
?>
|
104 |
|
105 |
<br /><br /><br />
|
|
|
|
|
106 |
<hr align=center size=2 width=500px>
|
107 |
<br />
|
108 |
|
4 |
Plugin URI: http://semperfiwebdesign.com/plugins/wp-security-scan/
|
5 |
Description: Perform security scan of WordPress installation.
|
6 |
Author: Michael Torbert
|
7 |
+
Version: 2.2.56.31
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
75 |
|
76 |
<div>
|
77 |
<!-- <div id="message" class="updated fade"><p></p></div>-->
|
78 |
+
<br /><div style="float: left;width: 600px; height: 450px;border: 1px solid #999;margin: 0 15px 15px 0;padding: 5px;">
|
79 |
<div width=600px style="text-align:center;font-weight:bold;"><h3>Initial Scan</h3></div>
|
80 |
<?php
|
81 |
global $wpdb;
|
87 |
|
88 |
$name = $wpdb->get_var("SELECT user_login FROM $wpdb->users WHERE user_login='admin'");
|
89 |
if ($name=="admin"){
|
90 |
+
echo '<a href="http://semperfiwebdesign.com/documentation/wp-security-scan/change-wordpress-admin-username/" title="WordPress Admin" target="_blank"><font color="red">"admin" user exists.</font></a>';
|
91 |
}
|
92 |
else{
|
93 |
echo '<font color="green">No user "admin".</font>';
|
103 |
?>
|
104 |
|
105 |
<br /><br /><br />
|
106 |
+
<div style="text-align:center;color:grey;"><em>**click on an above link for documentation**</em></div>
|
107 |
+
<br />
|
108 |
<hr align=center size=2 width=500px>
|
109 |
<br />
|
110 |
|