1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

fix version

git-svn-id: file:///home/svn/framework3/trunk@11310 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-12-12 19:06:18 +00:00
parent 081eeb0e46
commit b30270e742

View File

@ -25,7 +25,7 @@ class Metasploit3 < Msf::Auxiliary
def initialize(info = {})
super(update_info(info,
'Name' => 'HTTP Client MS Credential Catcher',
'Version' => '$$',
'Version' => '$Revision$',
'Description' => %q{
This module attempts to quietly catch NTLM/LM Challenge hashes.
},