File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
modules/exploits/multi/browser Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ class Metasploit3 < Msf::Exploit::Remote
10
10
11
11
include Msf ::Exploit ::Remote ::BrowserExploitServer
12
12
include Msf ::Exploit ::EXE
13
- include Msf ::Exploit ::Remote ::BrowserAutopwn
13
+ # include Msf::Exploit::Remote::BrowserAutopwn
14
14
include Msf ::Exploit ::Remote ::FirefoxPrivilegeEscalation
15
15
include Msf ::Module ::Deprecated
16
16
17
17
DEPRECATION_DATE = Date . new ( 2014 , 10 , 17 )
18
18
DEPRECATION_REPLACEMENT = 'exploit/multi/browser/firefox_tostring_console_injection'
19
19
20
- autopwn_info ( {
21
- :ua_name => HttpClients ::FF ,
22
- :ua_minver => "17.0" ,
23
- :ua_maxver => "17.0.1" ,
24
- :javascript => true ,
25
- :rank => NormalRanking
26
- } )
20
+ # autopwn_info({
21
+ # :ua_name => HttpClients::FF,
22
+ # :ua_minver => "17.0",
23
+ # :ua_maxver => "17.0.1",
24
+ # :javascript => true,
25
+ # :rank => NormalRanking
26
+ # })
27
27
28
28
def initialize ( info = { } )
29
29
super ( update_info ( info ,
You can’t perform that action at this time.
0 commit comments