From dad23503b083242092971eeb7cd99a9314a1c211 Mon Sep 17 00:00:00 2001 From: Miauwkeru Date: Mon, 17 Jul 2023 10:52:10 +0000 Subject: [PATCH] Apply suggestions --- acquire/acquire.py | 2 +- tests/{test_glob.py => test_acquire_modules.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{test_glob.py => test_acquire_modules.py} (100%) diff --git a/acquire/acquire.py b/acquire/acquire.py index ea97fe48..a7a7aeeb 100644 --- a/acquire/acquire.py +++ b/acquire/acquire.py @@ -879,7 +879,7 @@ class AV(Module): ("dir", "AppData/Roaming/Malwarebytes/Malwarebytes Anti-Malware/Logs", from_user_home), ("dir", "sysvol/ProgramData/Malwarebytes/MBAMService/ScanResults"), # McAfee - ("dir", "sysvol/Users/All Users/Application Data/McAfee/DesktopProtection"), + ("dir", "Application Data/McAfee/DesktopProtection", from_user_home), ("dir", "sysvol/ProgramData/McAfee/DesktopProtection"), ("dir", "sysvol/ProgramData/McAfee/Endpoint Security/Logs"), ("dir", "sysvol/ProgramData/McAfee/Endpoint Security/Logs_Old"), diff --git a/tests/test_glob.py b/tests/test_acquire_modules.py similarity index 100% rename from tests/test_glob.py rename to tests/test_acquire_modules.py