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
14 stars 5 forks source link

Replace system/ssh commands with Docker API #24

Closed chmey closed 3 years ago

chmey commented 3 years ago

Where applicable, for instance in the web container's API, calls to ssh to the docker host must be replaced by calls to the Docker HTTP API: https://docs.docker.com/engine/api/