Skip to content

Commit 99ef714

Browse files
committed
Updates pps description.
1 parent 52fa000 commit 99ef714

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

modules/post/osx/gather/password_prompt_spoof.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ class Metasploit3 < Msf::Post
1010

1111
def initialize(info={})
1212
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+
},
1518
'License' => MSF_LICENSE,
1619
'Author' => [ 'Joff Thyer <jsthyer at gmail.com>',
1720
'joev <jvennix[at]rapid7.com>' ],
18-
'Version' => '',
1921
'Platform' => [ 'osx' ],
20-
'SessionTypes' => [ "shell" ]
22+
'SessionTypes' => [ "shell", "meterpreter" ]
2123
))
2224

2325
register_options( [

0 commit comments

Comments
 (0)