From 1f7e8a3e577f6890ae62d6db8d8b8f669a9cb432 Mon Sep 17 00:00:00 2001 From: biscoito Date: Mon, 1 May 2023 19:36:38 -0300 Subject: [PATCH] Remove unnecessary "at" on command (#286) --- yml/OSBinaries/At.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yml/OSBinaries/At.yml b/yml/OSBinaries/At.yml index 30df729..87f446d 100644 --- a/yml/OSBinaries/At.yml +++ b/yml/OSBinaries/At.yml @@ -4,7 +4,7 @@ Description: Schedule periodic tasks Author: 'Freddie Barr-Smith' Created: 2019-09-20 Commands: - - Command: C:\Windows\System32\at.exe at 09:00 /interactive /every:m,t,w,th,f,s,su C:\Windows\System32\revshell.exe + - Command: C:\Windows\System32\at.exe 09:00 /interactive /every:m,t,w,th,f,s,su C:\Windows\System32\revshell.exe Description: Create a recurring task to execute every day at a specific time. Usecase: Create a recurring task, to eg. to keep reverse shell session(s) alive Category: Execute