Skip to content

Commit 736f8db

Browse files
author
jvazquez-r7
committed
Deleting from browser autopwn
1 parent 377905b commit 736f8db

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

modules/exploits/windows/browser/honeywell_tema_exec.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@ class Metasploit3 < Msf::Exploit::Remote
1212

1313
include Msf::Exploit::Remote::HttpServer::HTML
1414
include Msf::Exploit::EXE
15-
include Msf::Exploit::Remote::BrowserAutopwn
16-
17-
autopwn_info({
18-
:ua_name => HttpClients::IE,
19-
:ua_minver => "6.0",
20-
:ua_maxver => "8.0",
21-
:javascript => true,
22-
:os_name => OperatingSystems::WINDOWS,
23-
:rank => NormalRanking,
24-
:classid => "{E01DF79C-BE0C-4999-9B13-B5F7B2306E9B}",
25-
:method => "DownloadFromURL"
26-
})
2715

2816
def initialize(info={})
2917
super(update_info(info,

0 commit comments

Comments
 (0)