From 580f1e624a8c8036a5f28b9b8d5230e5c5fd2588 Mon Sep 17 00:00:00 2001 From: "felix.suarez" Date: Mon, 23 Oct 2023 12:25:28 -0500 Subject: [PATCH] Rename pandora_sca to pandora_hardening --- pandora_agents/unix/Linux/pandora_agent.conf | 2 +- pandora_agents/win32/bin/pandora_agent.conf | 2 +- .../win32/bin/util/{pandora_sca.exe => pandora_hardening.exe} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename pandora_agents/win32/bin/util/{pandora_sca.exe => pandora_hardening.exe} (100%) diff --git a/pandora_agents/unix/Linux/pandora_agent.conf b/pandora_agents/unix/Linux/pandora_agent.conf index 179f98dac8..f6c0d7ab23 100644 --- a/pandora_agents/unix/Linux/pandora_agent.conf +++ b/pandora_agents/unix/Linux/pandora_agent.conf @@ -313,6 +313,6 @@ module_plugin autodiscover --default #Hardening plugin for security compliance analysis. Enable to use it. #module_begin -#module_plugin /usr/share/pandora_agent/plugins/pandora_sca -t 150 +#module_plugin /usr/share/pandora_agent/plugins/pandora_hardening -t 150 #module_absoluteinterval 7d #module_end diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index cd64fa670b..b51c272015 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -526,7 +526,7 @@ module_plugin "%PROGRAMFILES%\Pandora_Agent\util\autodiscover.exe" --default # Hardening plugin for security compliance analysis. #module_begin -#module_plugin "%PROGRAMFILES%\Pandora_Agent\util\pandora_sca.exe -t 150" +#module_plugin "%PROGRAMFILES%\Pandora_Agent\util\pandora_hardening.exe -t 150" #module_absoluteinterval 7d #module_end diff --git a/pandora_agents/win32/bin/util/pandora_sca.exe b/pandora_agents/win32/bin/util/pandora_hardening.exe similarity index 100% rename from pandora_agents/win32/bin/util/pandora_sca.exe rename to pandora_agents/win32/bin/util/pandora_hardening.exe