Security auditing for MySQL, PostgreSQL, MongoDB, and Redis.
cd database-security
# Scan all databases
./scan-databases.sh --all
# Scan specific database
./scan-databases.sh --mysql- 🔍 Connection security analysis
- 🔐 Authentication configuration
- 🔒 Encryption status
- 🌐 Public exposure check
- 📊 Configuration review
- MySQL/MariaDB
- PostgreSQL
- MongoDB
- Redis
# Scan all
./scan-databases.sh --all
# Specific databases
./scan-databases.sh --mysql --postgresql
# Individual
./scan-databases.sh --mongodbReport: ~/security-reports/database_security_YYYYMMDD_HHMMSS.md