From ae147b7cd0ab491f115b3e72cd5ab181793021c0 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 25 Jun 2025 17:21:50 -0500 Subject: [PATCH] stubs for audit agents --- Modules/Security/secharden-audit-agents.sh | 16 +++++++++++++++- Modules/Security/secharden-scap-stig.sh | 7 +++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Modules/Security/secharden-audit-agents.sh b/Modules/Security/secharden-audit-agents.sh index cc1f786..611454f 100644 --- a/Modules/Security/secharden-audit-agents.sh +++ b/Modules/Security/secharden-audit-agents.sh @@ -1 +1,15 @@ -#!/bin/bash \ No newline at end of file +#!/bin/bash + +#lynis + +# Sourced from + +# https://cisofy.com/documentation/lynis/ +# https://jbcsec.com/configure-linux-ssh/ +# https://opensource.com/article/20/5/linux-security-lynis + +# openvas + +# Sourced from + +# https://forum.greenbone.net/t/ssh-authentication/13536 \ No newline at end of file diff --git a/Modules/Security/secharden-scap-stig.sh b/Modules/Security/secharden-scap-stig.sh index a9bf588..29ccd77 100644 --- a/Modules/Security/secharden-scap-stig.sh +++ b/Modules/Security/secharden-scap-stig.sh @@ -1 +1,8 @@ #!/bin/bash + +# Sourced from + +# https://complianceascode.readthedocs.io/en/latest/manual/developer/01_introduction.html +# https://github.com/ComplianceAsCode/content +# https://github.com/ComplianceAsCode +