typo
git-svn-id: file:///home/svn/framework3/trunk@12950 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d43a019302
commit
316f1ee08b
|
@ -22,10 +22,10 @@ class Metasploit3 < Msf::Post
|
|||
def initialize(info={})
|
||||
super( update_info(info,
|
||||
'Name' => 'Microsoft Windows Credential Cache Dump',
|
||||
'Description' => '%q{
|
||||
'Description' => %q{
|
||||
This modules uses the registry, just like the hashdump module to extract the stored
|
||||
domain hashes that have been cached as a result a GPO setting. The default is to
|
||||
store 10 credentials, but this can be changed or disabled altogether.}',
|
||||
store 10 credentials, but this can be changed or disabled altogether.},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' => ['Maurizio Agazzini <inode[at]mediaservice.net>','Rob Fuller <mubix@hak5.org>'],
|
||||
'Version' => '$Revision$',
|
||||
|
|
Loading…
Reference in New Issue