Merge branch 'master' into pipe

This commit is contained in:
Matt Graeber
2020-07-17 09:03:01 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39730,7 +39730,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:
+1 -1
View File
@@ -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|
+1 -1
View File
@@ -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: