Skip to content

Commit de242ec

Browse files
committed
Correct date format
Hmm weird, msftidy didn't pick this up
1 parent 1499484 commit de242ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/oracle_demantra_file_retrieval.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
'Oliver Gruskovnjak'
3131
],
3232
'License' => MSF_LICENSE,
33-
'DisclosureDate' => "Feburary 28 2014"
33+
'DisclosureDate' => "Feb 28 2014"
3434
))
3535

3636
register_options(

0 commit comments

Comments
 (0)