Skip to content

Commit 657d527

Browse files
committed
DisclosureDate cleanup: Try parsing all dates
Fix all dates unparsable by `Date.strptime(value, '%b %d %Y')`
1 parent 70ac7c8 commit 657d527

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/exploits/windows/local/ask.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info={})
3838
'References' => [
3939
[ 'URL', 'http://www.room362.com/blog/2012/1/3/uac-user-assisted-compromise.html' ]
4040
],
41-
'DisclosureDate'=> "Jan 3, 2012"
41+
'DisclosureDate'=> "Jan 3 2012"
4242
))
4343

4444
register_options([

modules/exploits/windows/local/bypassuac.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info={})
4040
'References' => [
4141
[ 'URL', ' http://www.trustedsec.com/december-2010/bypass-windows-uac/' ]
4242
],
43-
'DisclosureDate'=> "Dec 31, 2010"
43+
'DisclosureDate'=> "Dec 31 2010"
4444
))
4545

4646
end

modules/exploits/windows/local/service_permissions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def initialize(info={})
4242
[ 'Automatic', { } ],
4343
],
4444
'DefaultTarget' => 0,
45-
'DisclosureDate'=> "Oct 15, 2012"
45+
'DisclosureDate'=> "Oct 15 2012"
4646
))
4747

4848
register_options([

modules/exploits/windows/smtp/wmailserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def initialize(info = {})
5050
[ 'Windows XP Pro SP0/SP1 English', { 'Ret' => 0x71aa32ad } ],
5151
],
5252
'DefaultTarget' => 0,
53-
'DisclosureDate' => 'Jul 11 2005 '))
53+
'DisclosureDate' => 'Jul 11 2005'))
5454

5555
register_options([ Opt::RPORT(25) ], self.class)
5656
end

modules/post/windows/escalate/bypassuac.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info={})
3030
'References' => [
3131
[ 'URL', ' http://www.trustedsec.com/december-2010/bypass-windows-uac/' ]
3232
],
33-
'DisclosureDate'=> "Dec 31, 2010"
33+
'DisclosureDate'=> "Dec 31 2010"
3434
))
3535

3636
register_options([

0 commit comments

Comments
 (0)