Fixing Disclosure Date

Disclosure date was in incorrect format, this commit
fixes the issue
bug/bundler_fix
Nicholas Starke 2016-01-23 11:41:05 -06:00
parent 8c8cdd9912
commit a5a2e7c06b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Nicholas Starke <nick@alephvoid.com>'
],
'License' => MSF_LICENSE,
'DisclosureDate' => 'December 20 2015',
'DisclosureDate' => 'Dec 20 2015',
'Privileged' => true,
'Platform' => 'unix',
'Arch' => ARCH_CMD,