Add the security compliance plug-in to pandora_agent.conf.

This commit is contained in:
Ramon Novoa 2023-08-22 18:03:44 +02:00
parent 72bd992a98
commit 1b4212ee53
1 changed files with 8 additions and 1 deletions

View File

@ -522,4 +522,11 @@ module_plugin "%PROGRAMFILES%\Pandora_Agent\util\autodiscover.exe" --default
#module_type generic_data_string #module_type generic_data_string
#module_exec echo Bordón #module_exec echo Bordón
#module_native_encoding OEM #module_native_encoding OEM
#module_end #module_end
# Hardening plugin for security compliance analysis.
#module_begin
#module_plugin "%PROGRAMFILES%\Pandora_Agent\util\pandora_sca.exe"
#module_absoluteinterval 7d
#module_end