Platform cleanup: platform should be lowercase

This commit is contained in:
Michael Schierl 2012-10-22 20:14:39 +02:00
parent 657d527f8d
commit e769abc868
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote
'PrependEncoder' => "\x83\xec\x7f",
'DisableNops' => 'True',
},
'Platform' => 'BSD',
'Platform' => 'bsd',
'Arch' => ARCH_X86,
'Targets' =>
[

View File

@ -25,7 +25,7 @@ class Metasploit3 < Msf::Post
However, this can be overcome by migrating to the SQL Server process.},
'License' => MSF_LICENSE,
'Author' => [ 'Scott Sutherland <scott.sutherland[at]netspi.com>'],
'Platform' => [ 'Windows' ],
'Platform' => [ 'windows' ],
'SessionTypes' => [ 'meterpreter' ]
))