Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2021-11-01 15:00:11 +00:00
parent 8b443270f5
commit 89a486294b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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|