Version Description
Download this release
Release Info
| Developer | hallsofmontezuma |
| Plugin | |
| Version | 2.2.56.54 |
| Comparing to | |
| See all releases | |
Code changes from version 2.2.56.53 to 2.2.56.54
- readme.txt +3 -1
- securityscan.php +3 -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.56.
|
| 9 |
|
| 10 |
Scans your WordPress installation for security vulnerabilities.
|
| 11 |
|
|
@@ -19,6 +19,8 @@ corrective actions.
|
|
| 19 |
-database security<br />
|
| 20 |
-version hiding<br />
|
| 21 |
-WordPress admin protection/security
|
|
|
|
|
|
|
| 22 |
|
| 23 |
**Future Releases**<br />
|
| 24 |
*one-click change file/folder permissions<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.54
|
| 9 |
|
| 10 |
Scans your WordPress installation for security vulnerabilities.
|
| 11 |
|
| 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 />
|
| 26 |
*one-click change file/folder permissions<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 |
|
|
@@ -38,6 +38,7 @@ add_action("init",mrt_wpdberrors,1);
|
|
| 38 |
add_action("parse_query",mrt_wpdberrors,1);
|
| 39 |
add_action('admin_menu', 'add_men_pg');
|
| 40 |
add_action("init",mrt_remove_wp_version,1);
|
|
|
|
| 41 |
//add_action('admin_head', 'mrt_root_scripts');
|
| 42 |
function add_men_pg() {
|
| 43 |
if (function_exists('add_menu_page')){
|
|
@@ -83,7 +84,7 @@ mrt_check_version();
|
|
| 83 |
mrt_check_table_prefix();
|
| 84 |
mrt_version_removal();
|
| 85 |
mrt_errorsoff();
|
| 86 |
-
|
| 87 |
|
| 88 |
$name = $wpdb->get_var("SELECT user_login FROM $wpdb->users WHERE user_login='admin'");
|
| 89 |
if ($name=="admin"){
|
| 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.54
|
| 8 |
Author URI: http://semperfiwebdesign.com/
|
| 9 |
*/
|
| 10 |
|
| 38 |
add_action("parse_query",mrt_wpdberrors,1);
|
| 39 |
add_action('admin_menu', 'add_men_pg');
|
| 40 |
add_action("init",mrt_remove_wp_version,1);
|
| 41 |
+
remove_action('wp_head', 'wp_generator');
|
| 42 |
//add_action('admin_head', 'mrt_root_scripts');
|
| 43 |
function add_men_pg() {
|
| 44 |
if (function_exists('add_menu_page')){
|
| 84 |
mrt_check_table_prefix();
|
| 85 |
mrt_version_removal();
|
| 86 |
mrt_errorsoff();
|
| 87 |
+
echo '<div style="color:green">WP ID META tag removed form WordPress core</div>';
|
| 88 |
|
| 89 |
$name = $wpdb->get_var("SELECT user_login FROM $wpdb->users WHERE user_login='admin'");
|
| 90 |
if ($name=="admin"){
|
