4sConsult / box4security

Open-source powered SIEM, Vulnerability Scanning, Host- & Network-IDS. Built upon Elastic Stack, OpenVAS, Suricata. Wrapped in a Python Flask web app.
Other
13 stars 5 forks source link

Fix: Generate random initial password for HOST_USER #40

Closed chmey closed 2 years ago

chmey commented 2 years ago

Previously the salted hash of the developers password was commited to the repository and used as the initial password during installation.

Instead, generate a random password during installation.