Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | Acunetix WP Security |
Version | 2.2.56.16 |
Comparing to | |
See all releases |
Code changes from version 2.2.56.15 to 2.2.56.16
- readme.txt +1 -1
- securityscan.php +3 -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.16
|
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 |
|
@@ -84,9 +84,9 @@ if ($name=="admin"){
|
|
84 |
echo '<font color="green">No user "admin".</font>';
|
85 |
}
|
86 |
?>
|
87 |
-
<br /><br />
|
88 |
<hr align=center size=2 width=500px>
|
89 |
-
<br
|
90 |
|
91 |
<div width=600px style="text-align:center;font-weight:bold;"><h3>Future Releases</h3></div>
|
92 |
<ul><li>one-click change file/folder permissions</li><li>test for XSS vulnerabilities</li><li>intrusion detection/prevention</li><li>lock out/log incorrect login attempts</li><li>user enumeration protection</li><li>WordPress admin protection/security</li></ul>
|
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.16
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
84 |
echo '<font color="green">No user "admin".</font>';
|
85 |
}
|
86 |
?>
|
87 |
+
<br /><br /><br />
|
88 |
<hr align=center size=2 width=500px>
|
89 |
+
<br />
|
90 |
|
91 |
<div width=600px style="text-align:center;font-weight:bold;"><h3>Future Releases</h3></div>
|
92 |
<ul><li>one-click change file/folder permissions</li><li>test for XSS vulnerabilities</li><li>intrusion detection/prevention</li><li>lock out/log incorrect login attempts</li><li>user enumeration protection</li><li>WordPress admin protection/security</li></ul>
|