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