File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,16 @@ class Metasploit3 < Msf::Post
10
10
11
11
def initialize ( info = { } )
12
12
super ( update_info ( info ,
13
- 'Name' => 'Prompt the MAC-OSX user for password credentials.' ,
14
- 'Description' => %q{ } ,
13
+ 'Name' => 'Prompt the Mac OSX user for password credentials.' ,
14
+ 'Description' => %q{
15
+ This module "spoofs" the OSX password prompt dialog, forcing a
16
+ logged-in user to type in a password and click Enter.
17
+ } ,
15
18
'License' => MSF_LICENSE ,
16
19
'Author' => [ 'Joff Thyer <jsthyer at gmail.com>' ,
17
20
'joev <jvennix[at]rapid7.com>' ] ,
18
- 'Version' => '' ,
19
21
'Platform' => [ 'osx' ] ,
20
- 'SessionTypes' => [ "shell" ]
22
+ 'SessionTypes' => [ "shell" , "meterpreter" ]
21
23
) )
22
24
23
25
register_options ( [
You can’t perform that action at this time.
0 commit comments