diff --git a/pandora_agents/unix/Linux/pandora_agent.conf b/pandora_agents/unix/Linux/pandora_agent.conf index aaa3e8e034..a0ba4aab9c 100644 --- a/pandora_agents/unix/Linux/pandora_agent.conf +++ b/pandora_agents/unix/Linux/pandora_agent.conf @@ -310,3 +310,6 @@ module_plugin autodiscover --default #module_description Zombies process on system #module_group System #module_end + +#Hardening plugin for security compliance analysis. Enable to use it. +#module_plugin /usr/share/pandora_agent/plugins/pandora_sca \ No newline at end of file diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index 653177af6c..3ff00891eb 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -524,3 +524,5 @@ module_plugin "%PROGRAMFILES%\Pandora_Agent\util\autodiscover.exe" --default #module_native_encoding OEM #module_end +#Hardening plugin for security compliance analysis. Enable to use it. +#module_plugin C:\Program Files\pandora_agent\util\pandora_sca.exe \ No newline at end of file