diff --git a/prowler b/prowler index 1a1a5a03..48f7df76 100755 --- a/prowler +++ b/prowler @@ -875,7 +875,7 @@ check44(){ if [[ $CHECK_SGDEFAULT ]];then echo -e " $RED WARNING! Default Security Groups found that allow 0.0.0.0 IN or OUT traffic in Region $regx $NORMAL " else - echo -e " $RED OK, no Default Security Groups open to 0.0.0.0 found in Region $regx $NORMAL " + echo -e " $OK OK, no Default Security Groups open to 0.0.0.0 found in Region $regx $NORMAL " fi done }