Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | Acunetix WP Security |
Version | 2.2.52 |
Comparing to | |
See all releases |
Code changes from version 2.2.51 to 2.2.52
- readme.txt +3 -4
- 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.
|
9 |
|
10 |
Scans your WordPress installation for security vulnerabilities.
|
11 |
|
@@ -18,15 +18,14 @@ corrective actions.
|
|
18 |
-file permissions<br />
|
19 |
-database security<br />
|
20 |
-version hiding
|
|
|
21 |
|
22 |
-
**Future Releases
|
23 |
-
|
24 |
*one-click change file/folder permissions<br />
|
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 |
-
*WordPress admin protection/security*
|
30 |
|
31 |
== Installation ==
|
32 |
|
5 |
plugins, private, protection, tracking, wordpress
|
6 |
Requires at least: 2.0
|
7 |
Tested up to: 2.5
|
8 |
+
Stable tag: 2.2.52
|
9 |
|
10 |
Scans your WordPress installation for security vulnerabilities.
|
11 |
|
18 |
-file permissions<br />
|
19 |
-database security<br />
|
20 |
-version hiding
|
21 |
+
-WordPress admin protection/security
|
22 |
|
23 |
+
**Future Releases**<br />
|
|
|
24 |
*one-click change file/folder permissions<br />
|
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.
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
@@ -25,7 +25,7 @@ You should have received a copy of the GNU General Public License
|
|
25 |
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26 |
*/
|
27 |
|
28 |
-
$version = "2.2.
|
29 |
require_once(ABSPATH."wp-content/plugins/wp-security-scan/support.php");
|
30 |
require_once(ABSPATH."wp-content/plugins/wp-security-scan/scanner.php");
|
31 |
require_once(ABSPATH."wp-content/plugins/wp-security-scan/password_tools.php");
|
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.52
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
25 |
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26 |
*/
|
27 |
|
28 |
+
$version = "2.2.52";
|
29 |
require_once(ABSPATH."wp-content/plugins/wp-security-scan/support.php");
|
30 |
require_once(ABSPATH."wp-content/plugins/wp-security-scan/scanner.php");
|
31 |
require_once(ABSPATH."wp-content/plugins/wp-security-scan/password_tools.php");
|