From 286a87b2d443a28746e2f80a87edb15be1729d05 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:00:41 +0000 Subject: [PATCH] updated auditor --- SecScripts/mt-sec-audit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecScripts/mt-sec-audit.sh b/SecScripts/mt-sec-audit.sh index 5fde059..7a0ed65 100644 --- a/SecScripts/mt-sec-audit.sh +++ b/SecScripts/mt-sec-audit.sh @@ -20,7 +20,7 @@ brew install git git clone https://github.com/CISOfy/lynis cd lynis -./lynis audit system -Q --auditor="$AUDITORNAME" >> $REPORTOUTPUT +./lynis audit system -Q --auditor "$AUDITORNAME" >> $REPORTOUTPUT chmod 777 /var/log/lynis-report.dat chmod 777 $REPORTOUTPUT