From 438b1f2fd4190f3351bbed80c3c08b63b4f95d0b Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Thu, 9 Jul 2020 13:11:39 -0600 Subject: [PATCH 1/2] Update description --- atomics/T1106/T1106.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1106/T1106.yaml b/atomics/T1106/T1106.yaml index 5fb914f2..18d54922 100644 --- a/atomics/T1106/T1106.yaml +++ b/atomics/T1106/T1106.yaml @@ -8,7 +8,7 @@ atomic_tests: - windows input_arguments: source_file: - description: Location of the CSharp source_file + description: Location of the CSharp source file to compile and execute type: Path default: PathToAtomicsFolder\T1106\src\CreateProcess.cs output_file: From 789e8acd67ec090a0c65122dce36b4d3beb8d59f Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Thu, 9 Jul 2020 19:12:01 +0000 Subject: [PATCH 2/2] Generate docs from job=validate_atomics_generate_docs branch=clr2of8-patch-6 --- atomics/Indexes/index.yaml | 2 +- atomics/T1106/T1106.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index 890575b0..2e93a0ee 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -39610,7 +39610,7 @@ execution: - windows input_arguments: source_file: - description: Location of the CSharp source_file + description: Location of the CSharp source file to compile and execute type: Path default: PathToAtomicsFolder\T1106\src\CreateProcess.cs output_file: diff --git a/atomics/T1106/T1106.md b/atomics/T1106/T1106.md index caf6e28b..e9c9721d 100644 --- a/atomics/T1106/T1106.md +++ b/atomics/T1106/T1106.md @@ -25,7 +25,7 @@ Execute program by leveraging Win32 API's. By default, this will launch calc.exe #### Inputs: | Name | Description | Type | Default Value | |------|-------------|------|---------------| -| source_file | Location of the CSharp source_file | Path | PathToAtomicsFolder\T1106\src\CreateProcess.cs| +| source_file | Location of the CSharp source file to compile and execute | Path | PathToAtomicsFolder\T1106\src\CreateProcess.cs| | output_file | Location of the payload | Path | %tmp%\T1106.exe|