Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | Acunetix WP Security |
Version | 2.2.3.7 |
Comparing to | |
See all releases |
Code changes from version 2.2.3.6 to 2.2.3.7
- menu.php +2 -2
- readme.txt +7 -1
- securityscan.php +7 -2
menu.php
CHANGED
@@ -102,9 +102,9 @@ function mrt_sub2(){
|
|
102 |
<div class=wrap>
|
103 |
<h2><?php _e('WP - Security Support') ?></h2>
|
104 |
<div style="height:299px">
|
105 |
-
support page coming soon...
|
106 |
<br /><br /><br />
|
107 |
-
<em>For comments, suggestions, bug reporting, etc email michael@semperfiwebdesign.com</em>
|
108 |
|
109 |
|
110 |
</div>
|
102 |
<div class=wrap>
|
103 |
<h2><?php _e('WP - Security Support') ?></h2>
|
104 |
<div style="height:299px">
|
105 |
+
<br /><br />support page coming soon...
|
106 |
<br /><br /><br />
|
107 |
+
<em>For comments, suggestions, bug reporting, etc email <a href="mailto:michael@semperfiwebdesign.com">michael@semperfiwebdesign.com</a></em>
|
108 |
|
109 |
|
110 |
</div>
|
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 |
|
@@ -16,6 +16,12 @@ corrective actions.
|
|
16 |
-passwords<br />
|
17 |
-file permissions
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
Currently in <b>beta</b>, so use at your own risk if you like testing plugins.
|
20 |
|
21 |
== Installation ==
|
4 |
Tags: security, securityscan, chmod, permissions
|
5 |
Requires at least: 2.0
|
6 |
Tested up to: 2.5
|
7 |
+
Stable tag: 2.2.3.7
|
8 |
|
9 |
Scans your WordPress installation for security vulnerabilities.
|
10 |
|
16 |
-passwords<br />
|
17 |
-file permissions
|
18 |
|
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 ==
|
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");
|
@@ -42,7 +42,12 @@ if ($wp_version < 2.3) $g2k5 = "You need at least version 2.3. Upgrade immediat
|
|
42 |
//if ($wp_version == 2.3) $g2k5 = "equals 2.3";
|
43 |
echo "<b>" . $wp_version . "</b>" . "<br />";
|
44 |
echo $g2k5;?>
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
46 |
</div>
|
47 |
Plugin by <a href="http://semperfiwebdesign.com/" title="Semper Fi Web Design">Semper Fi Web Design</a>
|
48 |
</div>
|
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.7
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
require_once(ABSPATH."wp-content/plugins/wp-security-scan/menu.php");
|
42 |
//if ($wp_version == 2.3) $g2k5 = "equals 2.3";
|
43 |
echo "<b>" . $wp_version . "</b>" . "<br />";
|
44 |
echo $g2k5;?>
|
45 |
+
<br /><br /><br /><br /><br /><br />
|
46 |
+
<b>Future Releases</b>
|
47 |
+
<ul>
|
48 |
+
<li>one-click change file/folder permissions</li>
|
49 |
+
<li>test for XSS vulnerabilities</li>
|
50 |
+
</ul>
|
51 |
</div>
|
52 |
Plugin by <a href="http://semperfiwebdesign.com/" title="Semper Fi Web Design">Semper Fi Web Design</a>
|
53 |
</div>
|