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