Acunetix WP Security - Version 2.2.48

Version Description

Download this release

Release Info

Developer hallsofmontezuma
Plugin Icon wp plugin Acunetix WP Security
Version 2.2.48
Comparing to
See all releases

Code changes from version 2.2.47 to 2.2.48

Files changed (2) hide show
  1. readme.txt +2 -2
  2. securityscan.php +2 -2
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.47
9
 
10
  Scans your WordPress installation for security vulnerabilities.
11
 
@@ -25,7 +25,7 @@ corrective actions.
25
  *test for XSS vulnerabilities<br />
26
  *intrusion detection/prevention<br />
27
  *lock out/log incorrect login attempts<br />
28
-
29
 
30
  == Installation ==
31
 
5
  plugins, private, protection, tracking, wordpress
6
  Requires at least: 2.0
7
  Tested up to: 2.5
8
+ Stable tag: 2.2.48
9
 
10
  Scans your WordPress installation for security vulnerabilities.
11
 
25
  *test for XSS vulnerabilities<br />
26
  *intrusion detection/prevention<br />
27
  *lock out/log incorrect login attempts<br />
28
+ *user enumeration protection<br />
29
 
30
  == Installation ==
31
 
securityscan.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Security Scan
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-security-scan/
5
  Description: Perform security scan of WordPress installation.
6
  Author: Michael Torbert
7
- Version: 2.2.47
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
  require_once(ABSPATH."wp-content/plugins/wp-security-scan/support.php");
@@ -49,7 +49,7 @@ mrt_errorsoff();
49
  <hr align=center size=2 width=500px>
50
  <br /><br />
51
  <div width=600px style="text-align:center;font-weight:bold;"><h3>Future Releases</h3></div>
52
- <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</ul>
53
  </div>
54
  <div style="float: left; height: 410;border: 1px solid #999;margin: 0 15px 15px 0;padding: 5px;">
55
  <?php mrt_get_serverinfo(); ?>
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-security-scan/
5
  Description: Perform security scan of WordPress installation.
6
  Author: Michael Torbert
7
+ Version: 2.2.48
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
  require_once(ABSPATH."wp-content/plugins/wp-security-scan/support.php");
49
  <hr align=center size=2 width=500px>
50
  <br /><br />
51
  <div width=600px style="text-align:center;font-weight:bold;"><h3>Future Releases</h3></div>
52
+ <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></ul>
53
  </div>
54
  <div style="float: left; height: 410;border: 1px solid #999;margin: 0 15px 15px 0;padding: 5px;">
55
  <?php mrt_get_serverinfo(); ?>