Skip to content

Commit 7841672

Browse files
committed
Land rapid7#6167, fix deprecation warning + expiration
adobe flash player buffer overlow deprecation warning replacement and expiration extended
2 parents f8a39ec + 2bd792f commit 7841672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/adobe_flash_pixel_bender_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Metasploit3 < Msf::Exploit::Remote
1111
include Msf::Exploit::Remote::BrowserExploitServer
1212
include Msf::Module::Deprecated
1313

14-
deprecated(Date.new(2015, 8, 11), 'exploit/multi/browser/adobe_flash_uncompress_zlib_uaf')
14+
deprecated(Date.new(2015, 11, 9), 'exploit/multi/browser/adobe_flash_pixel_bender_bof')
1515

1616
def initialize(info={})
1717
super(update_info(info,

0 commit comments

Comments
 (0)