Skip to content

Commit ae690f5

Browse files
committed
Remove that extra "," that breaks Ruby 1.8
1 parent ca07bdb commit ae690f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/auxiliary/admin/mssql/mssql_ntlm_stealer.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def initialize(info = {})
2626
},
2727
'Author' => [ 'nullbind <scott.sutherland[at]netspi.com>' ],
2828
'License' => MSF_LICENSE,
29-
'Platform' => [ 'Windows' ],
30-
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]],
29+
'Platform' => [ 'win' ],
30+
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]]
3131
))
3232

3333
register_options(

modules/auxiliary/admin/mssql/mssql_ntlm_stealer_sqli.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def initialize(info = {})
3333
[ 'Automatic', { } ],
3434
],
3535
'DefaultTarget' => 0,
36-
'Platform' => [ 'Windows' ],
37-
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]],
36+
'Platform' => [ 'win' ],
37+
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]]
3838
))
3939

4040
register_options(

0 commit comments

Comments
 (0)