Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
8b443270f5
commit
89a486294b
@@ -5206,7 +5206,7 @@ credential-access:
|
||||
domain:
|
||||
description: Domain FQDN
|
||||
type: String
|
||||
default: contoso.com
|
||||
default: "$env:UserDnsDomain"
|
||||
auth:
|
||||
description: authentication method to choose between "NTLM" and "Kerberos"
|
||||
type: String
|
||||
|
||||
@@ -136,7 +136,7 @@ Prerequisite: AD RSAT PowerShell module is needed and it must run under a domain
|
||||
| Name | Description | Type | Default Value |
|
||||
|------|-------------|------|---------------|
|
||||
| password | single password we will attempt to auth with (if you need several passwords, then it is a bruteforce so see T1110.001) | String | P@ssw0rd!|
|
||||
| domain | Domain FQDN | String | contoso.com|
|
||||
| domain | Domain FQDN | String | $env:UserDnsDomain|
|
||||
| auth | authentication method to choose between "NTLM" and "Kerberos" | String | NTLM|
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user