rosehgal / DockerENT

The only open-source tool to analyze vulnerabilities and configuration issues with running docker container(s) and docker networks.
MIT License
126 stars 17 forks source link

Webapp is listening on all intefaces #38

Closed dcRUSTy closed 3 years ago

dcRUSTy commented 3 years ago

Describe the bug The webapp of DockerENT listens on all network interfaces.

To Reproduce Steps to reproduce the behavior:

  1. Run python -m DockerENT
  2. Observe web app is listening on all interfaces

Expected behavior Should only listen on localhost. If on all IP's then should be behind some authentication.