Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | Acunetix WP Security |
Version | 2.2.63 |
Comparing to | |
See all releases |
Code changes from version 2.2.62 to 2.2.63
- readme.txt +1 -1
- securityscan.php +9 -9
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.6bleeding
|
8 |
-
Stable tag: 2.2.
|
9 |
|
10 |
Scans your WordPress installation for security vulnerabilities.
|
11 |
|
5 |
plugins, private, protection, tracking, wordpress
|
6 |
Requires at least: 2.0
|
7 |
Tested up to: 2.6bleeding
|
8 |
+
Stable tag: 2.2.63
|
9 |
|
10 |
Scans your WordPress installation for security vulnerabilities.
|
11 |
|
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.
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
@@ -79,8 +79,8 @@ function mrt_opt_mng_pg() {
|
|
79 |
|
80 |
<div>
|
81 |
<!-- <div id="message" class="updated fade"><p></p></div>-->
|
82 |
-
<br /><div style="float: left;width:
|
83 |
-
<div
|
84 |
<?php
|
85 |
|
86 |
///////////
|
@@ -114,21 +114,21 @@ if (file_exists($filename)) {
|
|
114 |
<br /><br /><br />
|
115 |
<div style="text-align:center;color:grey;"><em>**click on an above link for documentation**</em></div>
|
116 |
<br />
|
117 |
-
<hr align=center size=2 width=
|
118 |
<br />
|
119 |
|
120 |
-
<div
|
121 |
<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><li>WordPress admin protection/security</li></ul>
|
122 |
</div>
|
123 |
|
124 |
|
125 |
-
<div style="float: left; height:
|
126 |
-
<div
|
127 |
<?php mrt_get_serverinfo(); ?>
|
128 |
</div>
|
129 |
|
130 |
-
<div style="float: left;width:
|
131 |
-
<div
|
132 |
<div style="text-align:center"><em>This plugin is updated as a free service to the WordPress community. Donations of any size are appreciated.</em>
|
133 |
<br /><br />
|
134 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=Support%20WordPress%20Security%20Scan%20Plugin&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank">Click here to support this plugin.</a>
|
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.63
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
79 |
|
80 |
<div>
|
81 |
<!-- <div id="message" class="updated fade"><p></p></div>-->
|
82 |
+
<br /><div style="float: left;width: 33%; height: 100%;border: 1px solid #999;margin: 0 15px 15px 0;padding: 5px;">
|
83 |
+
<div style="text-align:center;font-weight:bold;"><h3>Initial Scan</h3></div>
|
84 |
<?php
|
85 |
|
86 |
///////////
|
114 |
<br /><br /><br />
|
115 |
<div style="text-align:center;color:grey;"><em>**click on an above link for documentation**</em></div>
|
116 |
<br />
|
117 |
+
<hr align=center size=2 width=33%>
|
118 |
<br />
|
119 |
|
120 |
+
<div style="text-align:center;font-weight:bold;"><h3>Future Releases</h3></div>
|
121 |
<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><li>WordPress admin protection/security</li></ul>
|
122 |
</div>
|
123 |
|
124 |
|
125 |
+
<div style="float: left; height: 30%;border: 1px solid #999;margin: 0 15px 15px 0;padding: 15px;">
|
126 |
+
<div style="text-align:center;font-weight:bold;"><h3>System Information Scan</h3></div>
|
127 |
<?php mrt_get_serverinfo(); ?>
|
128 |
</div>
|
129 |
|
130 |
+
<div style="float: left;width: 30%; border: 1px solid #999;">
|
131 |
+
<div style="text-align:center;font-weight:bold;"><h3>Donations</h3></div>
|
132 |
<div style="text-align:center"><em>This plugin is updated as a free service to the WordPress community. Donations of any size are appreciated.</em>
|
133 |
<br /><br />
|
134 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=Support%20WordPress%20Security%20Scan%20Plugin&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank">Click here to support this plugin.</a>
|