Updates pps description.
parent
52fa000211
commit
99ef714d00
|
@ -10,14 +10,16 @@ class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super( update_info( info,
|
super( update_info( info,
|
||||||
'Name' => 'Prompt the MAC-OSX user for password credentials.',
|
'Name' => 'Prompt the Mac OSX user for password credentials.',
|
||||||
'Description' => %q{ },
|
'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,
|
'License' => MSF_LICENSE,
|
||||||
'Author' => [ 'Joff Thyer <jsthyer at gmail.com>',
|
'Author' => [ 'Joff Thyer <jsthyer at gmail.com>',
|
||||||
'joev <jvennix[at]rapid7.com>' ],
|
'joev <jvennix[at]rapid7.com>' ],
|
||||||
'Version' => '',
|
|
||||||
'Platform' => [ 'osx' ],
|
'Platform' => [ 'osx' ],
|
||||||
'SessionTypes' => [ "shell" ]
|
'SessionTypes' => [ "shell", "meterpreter" ]
|
||||||
))
|
))
|
||||||
|
|
||||||
register_options( [
|
register_options( [
|
||||||
|
|
Loading…
Reference in New Issue