Make domain option requirement more clear

unstable
Tod Beardsley 2012-05-24 10:10:52 -05:00
parent c606896122
commit 0ecffd22b1
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module Exploit::Remote::MSSQL
OptString.new('USERNAME', [ false, 'The username to authenticate as', 'sa']),
OptString.new('PASSWORD', [ false, 'The password for the specified username', '']),
OptBool.new('USE_WINDOWS_AUTHENT', [ true, 'Use windows authentification', false]),
OptBool.new('USE_WINDOWS_AUTHENT', [ true, 'Use windows authentification (requires DOMAIN option set)', false]),
], Msf::Exploit::Remote::MSSQL)
register_advanced_options(
[