Skip to content

Commit 5b18a34

Browse files
committed
References cleanup
Uppercase MSB, spaces in URLs.
1 parent f9ac55c commit 5b18a34

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

modules/exploits/windows/fileformat/ms12_005.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize(info={})
3636
[
3737
['CVE', '2012-0013'],
3838
['OSVDB', '78207'],
39-
['MSB', 'ms12-005'],
39+
['MSB', 'MS12-005'],
4040
['BID', '51284'],
4141
['URL', 'http://support.microsoft.com/default.aspx?scid=kb;EN-US;2584146'],
4242
['URL', 'http://exploitshop.wordpress.com/2012/01/14/ms12-005-embedded-object-package-allow-arbitrary-code-execution/']

modules/exploits/windows/iis/ms02_065_msadc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize
3636
['OSVDB', '14502'],
3737
['BID', '6214'],
3838
['CVE', '2002-1142'],
39-
['MSB', 'ms02-065'],
39+
['MSB', 'MS02-065'],
4040
['URL', 'http://archives.neohapsis.com/archives/vulnwatch/2002-q4/0082.html']
4141
],
4242
'Privileged' => false,

modules/exploits/windows/iis/msadc.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def initialize
4242
['OSVDB', '272'],
4343
['BID', '529'],
4444
['CVE', '1999-1011'],
45-
['MSB', 'ms98-004'],
46-
['MSB', 'ms99-025']
45+
['MSB', 'MS98-004'],
46+
['MSB', 'MS99-025']
4747
],
4848
'Targets' =>
4949
[

modules/exploits/windows/local/bypassuac.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info={})
3838
'Targets' => [ [ 'Windows', {} ] ],
3939
'DefaultTarget' => 0,
4040
'References' => [
41-
[ 'URL', ' http://www.trustedsec.com/december-2010/bypass-windows-uac/' ]
41+
[ 'URL', 'http://www.trustedsec.com/december-2010/bypass-windows-uac/' ]
4242
],
4343
'DisclosureDate'=> "Dec 31 2010"
4444
))

modules/post/windows/escalate/bypassuac.rb

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

0 commit comments

Comments
 (0)