Skip to content

Commit e769abc

Browse files
committed
Platform cleanup: platform should be lowercase
1 parent 657d527 commit e769abc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/exploits/freebsd/tacacs/xtacacsd_report.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(info = {})
4141
'PrependEncoder' => "\x83\xec\x7f",
4242
'DisableNops' => 'True',
4343
},
44-
'Platform' => 'BSD',
44+
'Platform' => 'bsd',
4545
'Arch' => ARCH_X86,
4646
'Targets' =>
4747
[

modules/post/windows/manage/mssql_local_auth_bypass.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info={})
2525
However, this can be overcome by migrating to the SQL Server process.},
2626
'License' => MSF_LICENSE,
2727
'Author' => [ 'Scott Sutherland <scott.sutherland[at]netspi.com>'],
28-
'Platform' => [ 'Windows' ],
28+
'Platform' => [ 'windows' ],
2929
'SessionTypes' => [ 'meterpreter' ]
3030
))
3131

0 commit comments

Comments
 (0)