Added Carlos Perez credits from the original meterpreter script.

git-svn-id: file:///home/svn/framework3/trunk@11853 4d416f70-5f16-0410-b530-b9f4589650da
unstable
David Rude 2011-03-01 07:31:26 +00:00
parent 6904ce8c7b
commit dcfd46e3d6
1 changed files with 5 additions and 1 deletions

View File

@ -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' ]