MSSQL
Port: TCP/1433
Clients:
Impacket's mssqlclient.py (Usually
mssqlclient.py
, or tryimpacket-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 |
---|---|
| Tracks all system information for an SQL server instance |
| 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 |
| The SQL Server Agent uses this database to schedule jobs & alerts |
| Stores temporary objects |
| Read-only database containing system objects included with SQL server |
nmap command
Metasplot
module: mssql_ping
Common enumeration
from HackTricks
Last updated