mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-13 00:05:04 +00:00
create check files
This commit is contained in:
4
prowler2
4
prowler2
@@ -140,6 +140,7 @@ callCheck(){
|
||||
if [[ $CHECKNUMBER ]];then
|
||||
case "$CHECKNUMBER" in
|
||||
check11|check101 ) execute_check check11;;
|
||||
check12|check102 ) execute_check check12;;
|
||||
* )
|
||||
textWarn "ERROR! Use a valid check name (i.e. check41 or extra71)\n";
|
||||
esac
|
||||
@@ -242,7 +243,8 @@ fi
|
||||
getWhoami
|
||||
genCredReport
|
||||
saveReport
|
||||
callCheck
|
||||
|
||||
#callCheck
|
||||
|
||||
execute_all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user