Consistent naming
git-svn-id: file:///home/svn/framework3/trunk@13445 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
14dfc34930
commit
730e41263f
|
@ -19,7 +19,7 @@ class Metasploit3 < Msf::Post
|
|||
|
||||
def initialize(info={})
|
||||
super(update_info(info,
|
||||
'Name' => "IPSwitch iMail User Data Enumeration",
|
||||
'Name' => "Windows Gather IPSwitch iMail User Data Enumeration",
|
||||
'Description' => %q{
|
||||
This module will collect iMail user data such as the username, domain,
|
||||
full name, e-mail, and the decoded password. Please note if IMAILUSER is
|
||||
|
|
|
@ -18,7 +18,7 @@ class Metasploit3 < Msf::Post
|
|||
|
||||
def initialize(info={})
|
||||
super( update_info( info,
|
||||
'Name' => 'Nimbuzz Instant Messenger Password Extractor',
|
||||
'Name' => 'Windows Gather Nimbuzz Instant Messenger Password Extractor',
|
||||
'Description' => %q{
|
||||
This module extracts the account passwords saved by Nimbuzz Instant
|
||||
Messenger in hex format.
|
||||
|
|
|
@ -23,7 +23,7 @@ class Metasploit3 < Msf::Post
|
|||
|
||||
def initialize(info={})
|
||||
super(update_info(info,
|
||||
'Name' => 'Trillian Password Extractor',
|
||||
'Name' => 'Windows Gather Trillian Password Extractor',
|
||||
'Description' => %q{
|
||||
This module extracts account password from Trillian & Trillian Astra
|
||||
v4.x-5.x instant messenger.
|
||||
|
|
Loading…
Reference in New Issue