Updates pps description.

bug/bundler_fix
Joe Vennix 2013-08-10 21:11:50 -05:00
parent 52fa000211
commit 99ef714d00
1 changed files with 6 additions and 4 deletions

View File

@ -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 <jsthyer at gmail.com>',
'joev <jvennix[at]rapid7.com>' ],
'Version' => '',
'Platform' => [ 'osx' ],
'SessionTypes' => [ "shell" ]
'SessionTypes' => [ "shell", "meterpreter" ]
))
register_options( [