This commit is contained in:
kali 2020-09-30 11:03:06 -04:00
parent dc3e750e5d
commit fccfe8fb75

View File

@ -2220,6 +2220,7 @@ if [ "`echo $CHECKS | grep SofI`" ]; then
if [ -f "$f" ]; then
echo "backup-manager file: $f" | sed "s,$f,${C}[1;31m&${C}[0m,"
cat "$f" 2>/dev/null | grep "'pass'|'password'|'user'|'database'|'host'" | sed -E "s,password|pass|user|database|host,${C}[1;31m&${C}[0m,"
fi
done
echo ""
echo ""