Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | Acunetix WP Security |
Version | 2.2.3.9 |
Comparing to | |
See all releases |
Code changes from version 2.2.3.7 to 2.2.3.9
- readme.txt +4 -3
- screenshot-2.jpg +0 -0
- securityscan.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://semperfiwebdesign.com
|
|
4 |
Tags: security, securityscan, chmod, permissions
|
5 |
Requires at least: 2.0
|
6 |
Tested up to: 2.5
|
7 |
-
Stable tag: 2.2.3.
|
8 |
|
9 |
Scans your WordPress installation for security vulnerabilities.
|
10 |
|
@@ -19,9 +19,10 @@ corrective actions.
|
|
19 |
|
20 |
**Future Releases**
|
21 |
|
22 |
-
*one-click change file/folder permissions
|
23 |
*test for XSS vulnerabilities
|
24 |
|
|
|
25 |
Currently in <b>beta</b>, so use at your own risk if you like testing plugins.
|
26 |
|
27 |
== Installation ==
|
@@ -47,7 +48,7 @@ For more information, please visit http://codex.wordpress.org/Changing_File_Perm
|
|
47 |
== Screenshots ==
|
48 |
|
49 |
1. file/directories permissions check
|
50 |
-
2.
|
51 |
|
52 |
== WordPress Security ==
|
53 |
|
4 |
Tags: security, securityscan, chmod, permissions
|
5 |
Requires at least: 2.0
|
6 |
Tested up to: 2.5
|
7 |
+
Stable tag: 2.2.3.9
|
8 |
|
9 |
Scans your WordPress installation for security vulnerabilities.
|
10 |
|
19 |
|
20 |
**Future Releases**
|
21 |
|
22 |
+
*one-click change file/folder permissions<br />
|
23 |
*test for XSS vulnerabilities
|
24 |
|
25 |
+
|
26 |
Currently in <b>beta</b>, so use at your own risk if you like testing plugins.
|
27 |
|
28 |
== Installation ==
|
48 |
== Screenshots ==
|
49 |
|
50 |
1. file/directories permissions check
|
51 |
+
2. password tools
|
52 |
|
53 |
== WordPress Security ==
|
54 |
|
screenshot-2.jpg
ADDED
Binary file
|
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.3.
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
require_once(ABSPATH."wp-content/plugins/wp-security-scan/menu.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.3.9
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
require_once(ABSPATH."wp-content/plugins/wp-security-scan/menu.php");
|