Remove Platform, this should work everywhere; correct grammar

bug/bundler_fix
Jon Hart 2015-11-25 11:23:18 -08:00
parent 718e928fe3
commit a692a5d36c
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 2 deletions

View File

@ -19,14 +19,13 @@ class Metasploit3 < Msf::Post
),
'License' => MSF_LICENSE,
'Author' => [ 'Jon Hart <jon_hart[at]rapid7.com>' ],
'Platform' => %w(bsd linux osx unix),
'SessionTypes' => %w(shell)
)
)
register_options(
[
OptString.new('USER_CONFIG', [false, 'Attempt to passwords from this RSYNC ' \
OptString.new('USER_CONFIG', [false, 'Attempt to get passwords from this RSYNC ' \
'configuration file relative to each local user\'s home directory. Leave unset to disable.', 'rsyncd.conf'])
]
)