Skip to content

Commit 02e065d

Browse files
authored
Fixed disclosure date format
1 parent 97d11a7 commit 02e065d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/misc/vmhgfs_webdav_dll_sideload.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
[ 'Windows x86', {'Arch' => ARCH_X86,} ],
4141
],
4242
'Privileged' => false,
43-
'DisclosureDate' => 'August 5 2016',
43+
'DisclosureDate' => 'Aug 5 2016',
4444
'DefaultTarget' => 0))
4545

4646
register_options(
@@ -346,4 +346,4 @@ def exploit
346346

347347
super
348348
end
349-
end
349+
end

0 commit comments

Comments
 (0)