From e2cabd0cba40be3bc5e4efec475cfab0887eada4 Mon Sep 17 00:00:00 2001 From: Michael Haag <“mike@redcanary.com git config --global user.name “Michael Haag> Date: Fri, 31 Aug 2018 08:17:28 -0400 Subject: [PATCH 1/2] T1075 fix final fix for #317 --- atomics/T1075/T1075.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/atomics/T1075/T1075.yaml b/atomics/T1075/T1075.yaml index 0bdc358d..cd6931ed 100644 --- a/atomics/T1075/T1075.yaml +++ b/atomics/T1075/T1075.yaml @@ -37,6 +37,16 @@ atomic_tests: supported_platforms: - windows + input_arguments: + user_name: + description: username + type: string + default: Administrator + domain: + description: domain + type: string + default: atomic.local + executor: name: command_prompt command: | From 8f18ddfd93a2d96deb8aec991ec2e582c4448c77 Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Fri, 31 Aug 2018 12:17:43 +0000 Subject: [PATCH 2/2] Generate docs from job=validate_atomics_generate_docs branch=Technique-fixing --- atomics/T1075/T1075.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/atomics/T1075/T1075.md b/atomics/T1075/T1075.md index 77838cdf..e79a0713 100644 --- a/atomics/T1075/T1075.md +++ b/atomics/T1075/T1075.md @@ -50,6 +50,12 @@ Similar to PTH, but attacking Kerberos **Supported Platforms:** Windows +#### Inputs +| Name | Description | Type | Default Value | +|------|-------------|------|---------------| +| user_name | username | string | Administrator| +| domain | domain | string | atomic.local| + #### Run it with `command_prompt`! ``` mimikatz # kerberos::ptt #{user_name}@#{domain}