Added Carlos Perez credits from the original meterpreter script.
git-svn-id: file:///home/svn/framework3/trunk@11853 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
6904ce8c7b
commit
dcfd46e3d6
|
@ -22,7 +22,11 @@ class Metasploit3 < Msf::Post
|
|||
'Name' => 'Pidgin Credential Collection',
|
||||
'Description' => %q{ This module will collect credentials from the pidgin IM client if installed. },
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' => ['bannedit'],
|
||||
'Author' =>
|
||||
[
|
||||
'bannedit', # post port, added support for shell sessions
|
||||
'Carlos Perez <carlos_perez[at]darkoperator.com>' # original meterpreter script
|
||||
],
|
||||
'Version' => '$Revision$',
|
||||
'Platform' => ['unix', 'bsd', 'linux', 'osx', 'windows'],
|
||||
'SessionTypes' => ['shell', 'meterpreter' ]
|
||||
|
|
Loading…
Reference in New Issue