Version Description
Download this release
Release Info
| Developer | hallsofmontezuma |
| Plugin | |
| Version | 2.2.62 |
| Comparing to | |
| See all releases | |
Code changes from version 2.2.61 to 2.2.62
- database.php +5 -1
- readme.txt +1 -1
- securityscan.php +1 -1
database.php
CHANGED
|
@@ -17,13 +17,17 @@ print_r($mrtright);*/
|
|
| 17 |
?>
|
| 18 |
|
| 19 |
<p>Change your database table prefix to mitigate zero-day SQL Injection attacks.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
<form action='' method='post' name='prefixchanging'>
|
| 21 |
<?php
|
| 22 |
if (function_exists('wp_nonce_field')) {
|
| 23 |
wp_nonce_field('prefix-changer-change_prefix');
|
| 24 |
}
|
| 25 |
?>
|
| 26 |
-
|
| 27 |
Allowed Chars are all latin Alphanumeric Chars as well as the Chars <strong>-</strong> and <strong>_</strong>.
|
| 28 |
<input type='submit' name='renameprefix' value='Start Renaming'/>
|
| 29 |
</form>
|
| 17 |
?>
|
| 18 |
|
| 19 |
<p>Change your database table prefix to mitigate zero-day SQL Injection attacks.</p>
|
| 20 |
+
<p><b>Before running this script:</b>
|
| 21 |
+
<ul><li>wp-config must be set to writable before running this script.</li>
|
| 22 |
+
<li>the database user you're using with WordPress must have ALTER rights</li></ul>
|
| 23 |
+
|
| 24 |
<form action='' method='post' name='prefixchanging'>
|
| 25 |
<?php
|
| 26 |
if (function_exists('wp_nonce_field')) {
|
| 27 |
wp_nonce_field('prefix-changer-change_prefix');
|
| 28 |
}
|
| 29 |
?>
|
| 30 |
+
Change the current:<input type="Text" name="prefix_n" value="<?php echo($GLOBALS['table_prefix']);?>" size="20" maxlength="50"> prefix to something different if it's the default wp_<br />
|
| 31 |
Allowed Chars are all latin Alphanumeric Chars as well as the Chars <strong>-</strong> and <strong>_</strong>.
|
| 32 |
<input type='submit' name='renameprefix' value='Start Renaming'/>
|
| 33 |
</form>
|
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.62
|
| 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 |
|
| 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.62
|
| 8 |
Author URI: http://semperfiwebdesign.com/
|
| 9 |
*/
|
| 10 |
|
