Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | Acunetix WP Security |
Version | 2.2.56.56 |
Comparing to | |
See all releases |
Code changes from version 2.2.56.55 to 2.2.56.56
- readme.txt +3 -3
- securityscan.php +5 -1
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 |
|
@@ -18,8 +18,8 @@ corrective actions.
|
|
18 |
-file permissions<br />
|
19 |
-database security<br />
|
20 |
-version hiding<br />
|
21 |
-
-WordPress admin protection/security
|
22 |
-
-removes WP Generator META tag from core code
|
23 |
|
24 |
|
25 |
**Future Releases**<br />
|
5 |
plugins, private, protection, tracking, wordpress
|
6 |
Requires at least: 2.0
|
7 |
Tested up to: 2.5
|
8 |
+
Stable tag: 2.2.56.56
|
9 |
|
10 |
Scans your WordPress installation for security vulnerabilities.
|
11 |
|
18 |
-file permissions<br />
|
19 |
-database security<br />
|
20 |
-version hiding<br />
|
21 |
+
-WordPress admin protection/security<br />
|
22 |
+
-removes WP Generator META tag from core code<br />
|
23 |
|
24 |
|
25 |
**Future Releases**<br />
|
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 |
|
@@ -80,6 +80,10 @@ function mrt_opt_mng_pg() {
|
|
80 |
<div width=600px style="text-align:center;font-weight:bold;"><h3>Initial Scan</h3></div>
|
81 |
<?php
|
82 |
|
|
|
|
|
|
|
|
|
83 |
global $wpdb;
|
84 |
mrt_check_version();
|
85 |
mrt_check_table_prefix();
|
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.56
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
80 |
<div width=600px style="text-align:center;font-weight:bold;"><h3>Initial Scan</h3></div>
|
81 |
<?php
|
82 |
|
83 |
+
///////////
|
84 |
+
|
85 |
+
///////////////////
|
86 |
+
|
87 |
global $wpdb;
|
88 |
mrt_check_version();
|
89 |
mrt_check_table_prefix();
|