From c0e982556565ab7df19768ea2741a0dfc30e6415 Mon Sep 17 00:00:00 2001 From: James Lee Date: Fri, 3 Feb 2012 12:14:37 -0700 Subject: [PATCH] Whitespace and a typo --- lib/msf/core/exploit/mssql.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/msf/core/exploit/mssql.rb b/lib/msf/core/exploit/mssql.rb index 15ceb22959..697c5fa930 100644 --- a/lib/msf/core/exploit/mssql.rb +++ b/lib/msf/core/exploit/mssql.rb @@ -73,10 +73,10 @@ module Exploit::Remote::MSSQL ], Msf::Exploit::Remote::MSSQL) register_advanced_options( [ - OptPath.new('HEX2BINARY', [ false, "The path to the hex2binary script on the disk", - File.join(Msf::Config.install_root, "data", "exploits", "mssql", "h2b") - ]), - OptString.new('DOMAIN', [ true, 'The domain to use for windows authentification', 'WORKSTATION']) + OptPath.new('HEX2BINARY', [ false, "The path to the hex2binary script on the disk", + File.join(Msf::Config.install_root, "data", "exploits", "mssql", "h2b") + ]), + OptString.new('DOMAIN', [ true, 'The domain to use for windows authentication', 'WORKSTATION']) ], Msf::Exploit::Remote::MSSQL) register_autofilter_ports([ 1433, 1434, 1435, 14330, 2533, 9152, 2638 ]) register_autofilter_services(%W{ ms-sql-s ms-sql2000 sybase })