Merge branch 'master' into pipe
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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|
|
||||
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user