Land #3082 - Release fixes
commit
8b4f8ec21a
|
@ -1,8 +1,6 @@
|
|||
##
|
||||
# This file is part of the Metasploit Framework and may be subject to
|
||||
# redistribution and commercial restrictions. Please see the Metasploit
|
||||
# web site for more information on licensing and terms of use.
|
||||
# http://metasploit.com/
|
||||
# This module requires Metasploit: http//metasploit.com/download
|
||||
# Current source: https://github.com/rapid7/metasploit-framework
|
||||
##
|
||||
|
||||
require 'msf/core'
|
||||
|
@ -17,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
# unmount after the attack and not leave a trace on user's machine.
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Safari User-Assisted Download & Run Attack',
|
||||
'Name' => 'Safari User-Assisted Download and Run Attack',
|
||||
'Description' => %q{
|
||||
This module abuses some Safari functionality to force the download of a
|
||||
zipped .app OSX application containing our payload. The app is then
|
||||
|
@ -35,7 +33,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
developer." To work around this issue, you will need to manually build and sign
|
||||
an OSX app containing your payload with a custom URL handler called "openurl".
|
||||
|
||||
You can put newlines & unicode in your APP_NAME, although you must be careful not
|
||||
You can put newlines and unicode in your APP_NAME, although you must be careful not
|
||||
to create a prompt that is too tall, or the user will not be able to click
|
||||
the buttons, and will have to either logout or kill the CoreServicesUIAgent
|
||||
process.
|
||||
|
@ -57,6 +55,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
]
|
||||
],
|
||||
'DefaultTarget' => 0,
|
||||
'DisclosureDate' => 'Mar 10 2014',
|
||||
'Author' => [ 'joev' ],
|
||||
'BrowserRequirements' => {
|
||||
:source => 'script',
|
||||
|
|
|
@ -12,13 +12,13 @@ class Metasploit3 < Msf::Auxiliary
|
|||
|
||||
def initialize(info={})
|
||||
super(update_info(info,
|
||||
'Name' => "heaplib2 test",
|
||||
'Name' => "Heaplib2 Test",
|
||||
'Description' => %q{
|
||||
This tests heaplib2
|
||||
This tests heaplib2. Since it is a test module, it's not intended to do much useful work in the field.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' => [ 'sinn3r' ],
|
||||
'References' =>
|
||||
'References' =>
|
||||
[
|
||||
[ 'URL', 'http://metasploit.com' ]
|
||||
],
|
||||
|
@ -79,4 +79,4 @@ class Metasploit3 < Msf::Auxiliary
|
|||
exploit
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue