Add bap checks for blackice exploit
parent
da1cb2b81d
commit
409ba3139b
|
@ -21,9 +21,11 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
include Msf::Exploit::Remote::BrowserAutopwn
|
||||
autopwn_info({
|
||||
:os_name => OperatingSystems::WINDOWS,
|
||||
:ua_name => HttpClients::IE,
|
||||
:javascript => true,
|
||||
:rank => NormalRanking,
|
||||
:vuln_test => nil,
|
||||
:classid => "{79956462-F148-497F-B247-DF35A095F80B}",
|
||||
:vuln_test => "DownloadImageFileURL",
|
||||
})
|
||||
|
||||
def initialize(info = {})
|
||||
|
|
Loading…
Reference in New Issue