diff --git a/yml/OSScripts/pester.yml b/yml/OSScripts/pester.yml index 56d8193..fdf3466 100644 --- a/yml/OSScripts/pester.yml +++ b/yml/OSScripts/pester.yml @@ -4,7 +4,7 @@ Description: Used as part of the Powershell pester Author: 'Oddvar Moe' Created: '2018-05-25' Commands: - - Command: Pester.bat [/help|?|-?|/?] "$null; notepad" + - Command: Pester.bat [/help|?|-?|/?] "$null; notepad" Description: Execute code using Pester. The third parameter can be anything. The fourth is the payload. Example here executes notepad Usecase: Proxy execution Category: Execute