From 8b85f7d977531eb6c5978e9f2da492ed6abe9c6c Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Mon, 14 Jan 2013 14:55:53 +0100 Subject: [PATCH] fix msftidy --- modules/auxiliary/gather/w3_total_cache_hash_extract.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/auxiliary/gather/w3_total_cache_hash_extract.rb b/modules/auxiliary/gather/w3_total_cache_hash_extract.rb index 0d0347c50f..c20bff330f 100644 --- a/modules/auxiliary/gather/w3_total_cache_hash_extract.rb +++ b/modules/auxiliary/gather/w3_total_cache_hash_extract.rb @@ -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,