From 589167e34018cdefc89f38dffcf2465ff7525c28 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:02:04 +0000 Subject: [PATCH] added pentest --- 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 7a0ed65..df5fc94 100644 --- a/SecScripts/mt-sec-audit.sh +++ b/SecScripts/mt-sec-audit.sh @@ -21,7 +21,7 @@ brew install git git clone https://github.com/CISOfy/lynis cd lynis ./lynis audit system -Q --auditor "$AUDITORNAME" >> $REPORTOUTPUT - +./lynis audit system --pentest --auditor "$AUDITORNAME" >> $REPORTOUTPUT chmod 777 /var/log/lynis-report.dat chmod 777 $REPORTOUTPUT