From a5a2e7c06b7db21babe1bbcb54f18697d372f9b7 Mon Sep 17 00:00:00 2001 From: Nicholas Starke Date: Sat, 23 Jan 2016 11:41:05 -0600 Subject: [PATCH] Fixing Disclosure Date Disclosure date was in incorrect format, this commit fixes the issue --- .../dlink_dcs_930l_authenticated_remote_command_execution.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/linux/http/dlink_dcs_930l_authenticated_remote_command_execution.rb b/modules/exploits/linux/http/dlink_dcs_930l_authenticated_remote_command_execution.rb index 3b1a7b690b..b2e6c1e816 100644 --- a/modules/exploits/linux/http/dlink_dcs_930l_authenticated_remote_command_execution.rb +++ b/modules/exploits/linux/http/dlink_dcs_930l_authenticated_remote_command_execution.rb @@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Nicholas Starke ' ], 'License' => MSF_LICENSE, - 'DisclosureDate' => 'December 20 2015', + 'DisclosureDate' => 'Dec 20 2015', 'Privileged' => true, 'Platform' => 'unix', 'Arch' => ARCH_CMD,