diff --git a/modules/post/multi/gather/pidgin_cred.rb b/modules/post/multi/gather/pidgin_cred.rb index b3af3086fc..126efe8d84 100644 --- a/modules/post/multi/gather/pidgin_cred.rb +++ b/modules/post/multi/gather/pidgin_cred.rb @@ -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 ' # original meterpreter script + ], 'Version' => '$Revision$', 'Platform' => ['unix', 'bsd', 'linux', 'osx', 'windows'], 'SessionTypes' => ['shell', 'meterpreter' ]