remove .rb file extension
parent
82e600a53a
commit
2bd792f693
|
@ -11,7 +11,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
include Msf::Exploit::Remote::BrowserExploitServer
|
||||
include Msf::Module::Deprecated
|
||||
|
||||
deprecated(Date.new(2015, 11, 9), 'exploit/multi/browser/adobe_flash_pixel_bender_bof.rb')
|
||||
deprecated(Date.new(2015, 11, 9), 'exploit/multi/browser/adobe_flash_pixel_bender_bof')
|
||||
|
||||
def initialize(info={})
|
||||
super(update_info(info,
|
||||
|
|
Loading…
Reference in New Issue