Change ranking and support CAMPAIGN_ID

bug/bundler_fix
wchen-r7 2015-06-29 12:13:46 -05:00
parent 7742d85f2f
commit 7aeb9e555b
2 changed files with 3 additions and 2 deletions

View File

@ -348,6 +348,7 @@ module Msf
multi_handler.datastore['PrependMigrateProc'] = datastore['PrependMigrateProc'] if datastore['PrependMigrateProc']
multi_handler.datastore['InitialAutoRunScript'] = datastore['InitialAutoRunScript'] if datastore['InitialAutoRunScript']
multi_handler.datastore['AutoRunScript'] = datastore['AutoRunScript'] if datastore['AutoRunScript']
multi_handler.datastore['CAMPAIGN_ID'] = datastore['CAMPAIGN_ID'] if datastore['CAMPAIGN_ID']
# Configurable only by BAP
multi_handler.datastore['EXITONSESSION'] = false

View File

@ -6,7 +6,7 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = NormalRanking
Rank = ExcellentRanking
include Msf::Exploit::Remote::BrowserAutopwnv2
@ -52,7 +52,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Targets' => [ [ 'Automatic', {} ] ],
'Platform' => %w{ java linux osx solaris win android firefox },
'Privileged' => false,
'DisclosureDate' => "Feb 5 2014",
'DisclosureDate' => "Jul 5 2015",
'Targets' => [ [ 'Automatic', {} ] ],
'References' =>
[