Fixing Disclosure Date
Disclosure date was in incorrect format, this commit fixes the issuebug/bundler_fix
parent
8c8cdd9912
commit
a5a2e7c06b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue