Skip to content

Commit 51cfa16

Browse files
committed
Fix deprecation information
1 parent 84d6d56 commit 51cfa16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/http/dlink_upnp_exec_noauth_telnetd.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class Metasploit3 < Msf::Exploit::Remote
1313
include Msf::Exploit::FileDropper
1414
include Msf::Module::Deprecated
1515

16-
DEPRECATION_DATE = Date.new(2014, 8, 8)
17-
DEPRECATION_REPLACEMENT = 'modules/exploits/linux/http/dlink_upnp_exec_noauth.rb'
16+
DEPRECATION_DATE = Date.new(2014, 9, 11)
17+
DEPRECATION_REPLACEMENT = 'exploits/linux/http/dlink_upnp_exec_noauth'
1818

1919
def initialize(info = {})
2020
super(update_info(info,

0 commit comments

Comments
 (0)