Example
domain
, controller?
): Client
Name | Type |
---|---|
domain | string |
controller? | string |
Client
Optional
Krb5Config: Config
Optional
Realm: string
Optional
controller: string
string
username
): EnumerateUserResponse
EnumerateUser and attempt to get AS-REP hash by disabling PA-FX-FAST
Name | Type |
---|---|
username | string |
EnumerateUserResponse
Example
User
): TGS
GetServiceTicket returns a TGS for a given user, password and SPN
Name | Type |
---|---|
User | string |
TGS
Example
cfg
): void
SetConfig sets additional config for the kerberos client
Note: as of now ip and timeout overrides are only supported
in EnumerateUser due to fastdialer but can be extended to other methods currently
Name | Type |
---|---|
cfg | Config |
void
Example