broken wordpress exploit 150x150 Installing WordPress Exploit Scanner Latest VersionAfter the previous postings that discuss engine wordpress 2.8.5 update, the post now I will share about how to wordpress plugin installation that I mentioned earlier. This plugin called WordPress Exploit Scanner. This plugin searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames. So how do the installation and settings on WordPress Exploit Scanner plugin is this? Let’s discuss together.

Step by Step Installation

1. Download and unzip the plugin.

http://downloads.wordpress.org/plugin/exploit-scanner.0.5.zip
or

http://ocaoimh.ie/exploit-scanner/

2. Copy the exploit-scanner directory into your plugins folder.

3. Visit your Plugins page and activate the plugin.

4. A new menu item called “Exploit Scanner” will be made off the Dashboard.

How do I fix the out of memory error?

Scanning your website can take quite a bit of memory. The plugin tries to allocate 128MB but sometimes that’s not enough. You can allocate more by editing wp-config.php and adding the following line before the wp-settings.php require command. This code allocates 256MB of memory. Adjust the “256″ figure to suit your needs.

define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

Related posts:

  1. WordPress 2.8.5 Ready for Download – Security Issue Fixed