🔓 Vulnerable React Application

⚠️ Security Warning

This application intentionally contains exposed credentials and API keys for security testing and educational purposes. Never deploy this in production!

📚 About This Application

This React application demonstrates common security vulnerabilities related to exposed credentials in source code, including:

  • AWS Access Keys and Secret Keys
  • API Keys (Stripe, Google, SendGrid, etc.)
  • Database Credentials
  • Git Repository Tokens (GitHub, GitLab, Bitbucket)
  • JWT Secrets and Private Keys

🔑 Quick Access Credentials

Navigate through the menu to see different types of exposed credentials.

Admin Password:Admin@123456!
JWT Secret:super_secret_jwt_key_do_not_share_2024
Encryption Key:aes-256-gcm-key-32-bytes-long!!

🐳 Docker Information

This application can be run using Docker:

docker compose up --build