Skip to content

Commit d672ac1

Browse files
committed
Correct service name for mssql for scanner detection
1 parent c95b3bb commit d672ac1

File tree

1 file changed

+1
-1
lines changed
  • lib/metasploit/framework/login_scanner

1 file changed

+1
-1
lines changed

lib/metasploit/framework/login_scanner/mssql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class MSSQL
2121
# Lifted from lib/msf/core/exploit/mssql.rb
2222
LIKELY_PORTS = [ 1433, 1434, 1435, 14330, 2533, 9152, 2638 ]
2323
# Lifted from lib/msf/core/exploit/mssql.rb
24-
LIKELY_SERVICE_NAMES = [ 'ms-sql-s', 'ms-sql2000', 'sybase' ]
24+
LIKELY_SERVICE_NAMES = [ 'ms-sql-s', 'ms-sql2000', 'sybase', 'mssql' ]
2525
PRIVATE_TYPES = [ :password, :ntlm_hash ]
2626
REALM_KEY = Metasploit::Model::Realm::Key::ACTIVE_DIRECTORY_DOMAIN
2727

0 commit comments

Comments
 (0)