mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-25 15:39:48 +03:00
Predict common Microsoft SQL Server users
This commit is contained in:
parent
1ce9c8ab94
commit
f4626a9ee8
|
@ -111,7 +111,22 @@ XDB
|
|||
|
||||
# Microsoft SQL Server
|
||||
sa
|
||||
BUILTIN\Users
|
||||
NT SERVICE\SQLWriter
|
||||
NT SERVICE\Winmgmt
|
||||
NT SERVICE\MSSQLSERVER
|
||||
NT Service\MSSQL$SQLEXPRESS
|
||||
NT SERVICE\SQLSERVERAGENT
|
||||
SQLTELEMETRY$SQLEXPRESS
|
||||
|
||||
## https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/principals-database-engine?view=sql-server-ver16#certificate-based-sql-server-logins
|
||||
\##MS_SQLResourceSigningCertificate##
|
||||
\##MS_SQLReplicationSigningCertificate##
|
||||
\##MS_SQLAuthenticatorCertificate##
|
||||
\##MS_AgentSigningCertificate##
|
||||
\##MS_PolicyEventProcessingLogin##
|
||||
\##MS_PolicySigningCertificate##
|
||||
\##MS_PolicyTsqlExecutionLogin##
|
||||
|
||||
[Passwords]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user