Add bap checks for blackice exploit

unstable
James Lee 2012-04-09 00:50:04 -06:00
parent da1cb2b81d
commit 409ba3139b
1 changed files with 3 additions and 1 deletions

View File

@ -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 = {})