MSSQL
Port: TCP/1433
Last updated
Port: TCP/1433
Last updated
Clients:
Impacket's mssqlclient.py (Usually mssqlclient.py
, or try impacket-mssqlclient
)
For Impacket's (often included in pentesting distros):
Impacket's default login is NOT the Windows login, use -windows-auth
Default System Database | Description |
---|---|
module: mssql_ping
from HackTricks
master
Tracks all system information for an SQL server instance
model
Template database that acts as a structure for every new database created. Any setting changed in the model database will be reflected in any new database created after changes to the model database
msdb
The SQL Server Agent uses this database to schedule jobs & alerts
tempdb
Stores temporary objects
resource
Read-only database containing system objects included with SQL server