Suggest the correct replacement for the deprecated module
The deprecated module has been suggesting the wrong replacement, it should be exploits/multi/browser/adobe_flash_pixel_bender_bof.rbbug/bundler_fix
parent
57304a30a8
commit
82e600a53a
|
@ -11,7 +11,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
include Msf::Exploit::Remote::BrowserExploitServer
|
include Msf::Exploit::Remote::BrowserExploitServer
|
||||||
include Msf::Module::Deprecated
|
include Msf::Module::Deprecated
|
||||||
|
|
||||||
deprecated(Date.new(2015, 8, 11), 'exploit/multi/browser/adobe_flash_uncompress_zlib_uaf')
|
deprecated(Date.new(2015, 11, 9), 'exploit/multi/browser/adobe_flash_pixel_bender_bof.rb')
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
|
|
Loading…
Reference in New Issue