Indent level fix
parent
5a5e5eab95
commit
687c50d0cd
|
@ -21,12 +21,14 @@ class Metasploit3 < Msf::Post
|
|||
def initialize(info={})
|
||||
super( update_info( info,
|
||||
'Name' => 'Windows Gather Microsoft Outlook Saved Password Extraction',
|
||||
'Description' => %q{ This module extracts and attempts to decrypt saved Microsoft
|
||||
Outlook (versions 2002-2010) passwords from the Windows
|
||||
Registry for POP3/IMAP/SMTP/HTTP accounts.
|
||||
In order for decryption to be successful, this module must be
|
||||
executed with the same privileges as the user which originally
|
||||
encrypted the password.},
|
||||
'Description' => %q{
|
||||
This module extracts and attempts to decrypt saved Microsoft
|
||||
Outlook (versions 2002-2010) passwords from the Windows
|
||||
Registry for POP3/IMAP/SMTP/HTTP accounts.
|
||||
In order for decryption to be successful, this module must be
|
||||
executed with the same privileges as the user which originally
|
||||
encrypted the password.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' => [ 'Justin Cacak'],
|
||||
'Version' => '$Revision$',
|
||||
|
|
Loading…
Reference in New Issue