Skip to content

Commit 6da94b1

Browse files
committed
Deprecate windows module
1 parent a8e9b0f commit 6da94b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/exploits/windows/browser/adobe_flash_uncompress_zlib_uaf.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ class Metasploit3 < Msf::Exploit::Remote
1010

1111
include Msf::Exploit::Powershell
1212
include Msf::Exploit::Remote::BrowserExploitServer
13+
include Msf::Module::Deprecated
14+
15+
deprecated(Date.new(2015, 7, 21), 'exploit/multi/browser/adobe_flash_uncompress_zlib_uaf')
1316

1417
def initialize(info={})
1518
super(update_info(info,

0 commit comments

Comments
 (0)