From cc8288c7d5a0977a7637a063240d95701e8700d5 Mon Sep 17 00:00:00 2001 From: Santiago Bruno Date: Mon, 28 Jan 2019 13:39:23 -0300 Subject: [PATCH] Fixing some typos --- yml/OSBinaries/Microsoft.Workflow.Compiler.yml | 6 +++--- yml/OSBinaries/Regedit.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/yml/OSBinaries/Microsoft.Workflow.Compiler.yml b/yml/OSBinaries/Microsoft.Workflow.Compiler.yml index 44ec67c..b08bedd 100644 --- a/yml/OSBinaries/Microsoft.Workflow.Compiler.yml +++ b/yml/OSBinaries/Microsoft.Workflow.Compiler.yml @@ -4,7 +4,7 @@ Description: A utility included with .NET that is capable of compiling and execu Author: 'Conor Richard' Created: '2018-10-22' Commands: - - Command: Microsoft.Worflow.Compiler.exe tests.xml results.xml + - Command: Microsoft.Workflow.Compiler.exe tests.xml results.xml Description: Compile and execute C# or VB.net code in a XOML file referenced in the test.xml file. Usecase: Compile and run code Category: Execute @@ -12,7 +12,7 @@ Commands: MitreID: T1127 MitreLink: https://attack.mitre.org/wiki/Technique/T1127 OperatingSystem: Windows 10S - - Command: Microsoft.Worflow.Compiler.exe tests.txt results.txt + - Command: Microsoft.Workflow.Compiler.exe tests.txt results.txt Description: Compile and execute C# or VB.net code in a XOML file referenced in the test.txt file. Usecase: Compile and run code Category: Execute @@ -20,7 +20,7 @@ Commands: MitreID: T1127 MitreLink: https://attack.mitre.org/wiki/Technique/T1127 OperatingSystem: Windows 10S - - Command: Microsoft.Worflow.Compiler.exe tests.txt results.txt + - Command: Microsoft.Workflow.Compiler.exe tests.txt results.txt Description: Compile and execute C# or VB.net code in a XOML file referenced in the test.txt file. Usecase: Compile and run code Category: AWL Bypass diff --git a/yml/OSBinaries/Regedit.yml b/yml/OSBinaries/Regedit.yml index ffccf75..1a52026 100644 --- a/yml/OSBinaries/Regedit.yml +++ b/yml/OSBinaries/Regedit.yml @@ -12,7 +12,7 @@ Commands: MitreID: T1096 MitreLink: https://attack.mitre.org/wiki/Technique/T1096 OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10 - - Command: regedit C:\ads\file.txt:regfile.reg" + - Command: regedit C:\ads\file.txt:regfile.reg Description: Import the target .REG file into the Registry. Usecase: Import hidden registry data from alternate data stream Category: ADS