Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 724 Bytes

File metadata and controls

45 lines (31 loc) · 724 Bytes

Database Security Scanner 🗄️

Security auditing for MySQL, PostgreSQL, MongoDB, and Redis.

Quick Start

cd database-security

# Scan all databases
./scan-databases.sh --all

# Scan specific database
./scan-databases.sh --mysql

Features

  • 🔍 Connection security analysis
  • 🔐 Authentication configuration
  • 🔒 Encryption status
  • 🌐 Public exposure check
  • 📊 Configuration review

Supported Databases

  • MySQL/MariaDB
  • PostgreSQL
  • MongoDB
  • Redis

Usage

# Scan all
./scan-databases.sh --all

# Specific databases
./scan-databases.sh --mysql --postgresql

# Individual
./scan-databases.sh --mongodb

Report: ~/security-reports/database_security_YYYYMMDD_HHMMSS.md