fix msftidy

bug/bundler_fix
Christian Mehlmauer 2013-01-14 14:55:53 +01:00
parent 0acbcfd964
commit 8b85f7d977
1 changed files with 2 additions and 1 deletions

View File

@ -15,12 +15,13 @@ class Metasploit3 < Msf::Auxiliary
def initialize
super(
'Name' => 'W3-Total-Cache Wordpress-plugin <= 0.9.2.4 Username and Hash Extract',
'Name' => 'W3-Total-Cache Wordpress-plugin 0.9.2.4 (or before) Username and Hash Extract',
'Description' => %q{
The W3-Total-Cache Wordpress Plugin can cache database statements and it's results in files for
fast access.
These files are in the webroot of the Wordpress installation and can be downloaded.
This modules tries to find usernames and password hashes in these files.
Vulnerable Versions: <= 0.9.2.4
Version 0.9.2.4 has been fixed afterwards so it can be vulnerable.
},
'License' => MSF_LICENSE,