diff --git a/modules/post/osx/gather/password_prompt_spoof.rb b/modules/post/osx/gather/password_prompt_spoof.rb index 4ee97df46a..1612058633 100644 --- a/modules/post/osx/gather/password_prompt_spoof.rb +++ b/modules/post/osx/gather/password_prompt_spoof.rb @@ -10,14 +10,16 @@ class Metasploit3 < Msf::Post def initialize(info={}) super( update_info( info, - 'Name' => 'Prompt the MAC-OSX user for password credentials.', - 'Description' => %q{ }, + 'Name' => 'Prompt the Mac OSX user for password credentials.', + 'Description' => %q{ + This module "spoofs" the OSX password prompt dialog, forcing a + logged-in user to type in a password and click Enter. + }, 'License' => MSF_LICENSE, 'Author' => [ 'Joff Thyer ', 'joev ' ], - 'Version' => '', 'Platform' => [ 'osx' ], - 'SessionTypes' => [ "shell" ] + 'SessionTypes' => [ "shell", "meterpreter" ] )) register_options( [