Tipos de usuarios de MSSQL
tip
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Support HackTricks
- Check the subscription plans!
- Join the 馃挰 Discord group or the telegram group or follow us on Twitter 馃惁 @hacktricks_live.
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.
Tabla tomada de la docs.
Nombre de columna | Tipo de dato | Descripci贸n |
---|---|---|
name | sysname | Nombre del principal, 煤nico dentro de la base de datos. |
principal_id | int | ID del principal, 煤nico dentro de la base de datos. |
type | char(1) | Tipo de principal: |
type_desc | nvarchar(60) | Descripci贸n del tipo de principal. |
default_schema_name | sysname | Nombre que se utilizar谩 cuando el nombre SQL no especifique un esquema. Nulo para principales que no son de tipo S, U o A. |
create_date | datetime | Hora en la que se cre贸 el principal. |
modify_date | datetime | Hora en la que se modific贸 por 煤ltima vez el principal. |
owning_principal_id | int | ID del principal que posee este principal. Todos los roles de base de datos fijos son propiedad de dbo por defecto. |
sid | varbinary(85) | SID (Identificador de Seguridad) del principal. NULO para SYS e INFORMATION SCHEMAS. |
is_fixed_role | bit | Si es 1, esta fila representa una entrada para uno de los roles de base de datos fijos: db_owner, db_accessadmin, db_datareader, db_datawriter, db_ddladmin, db_securityadmin, db_backupoperator, db_denydatareader, db_denydatawriter. |
authentication_type | int | Aplica a: SQL Server 2012 (11.x) y versiones posteriores. |
authentication_type_desc | nvarchar(60) | Aplica a: SQL Server 2012 (11.x) y versiones posteriores. |
default_language_name | sysname | Aplica a: SQL Server 2012 (11.x) y versiones posteriores. |
default_language_lcid | int | Aplica a: SQL Server 2012 (11.x) y versiones posteriores. |
allow_encrypted_value_modifications | bit | Aplica a: SQL Server 2016 (13.x) y versiones posteriores, SQL Database. |
tip
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Support HackTricks
- Check the subscription plans!
- Join the 馃挰 Discord group or the telegram group or follow us on Twitter 馃惁 @hacktricks_live.
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.