Added check extra750 SG open MySQL ports

This commit is contained in:
Toni de la Fuente
2019-05-16 15:38:00 -04:00
parent 5325bab0ab
commit c36a6067fa

View File

@@ -24,7 +24,7 @@ extra750(){
textFail "$regx: Found Security Group: $SG open to 0.0.0.0/0 for MySQL port" "$regx"
done
else
textPass "$regx: No Security Groups found with any port open to 0.0.0.0/0 for MySQL port" "$regx"
textPass "$regx: No Security Groups found open to 0.0.0.0/0 for MySQL port" "$regx"
fi
done
}