Artemis icon indicating copy to clipboard operation
Artemis copied to clipboard

Network issues.

Open infosecconsultant opened this issue 1 year ago • 1 comments

Since docker forces exposure of port 5000 to all network interfaces, what is the suggested way to limit this access to specific allowed IP's? As there is no authentication on the software, running this software in a VPS exposes it (and it's results/capabilities) to the internet.

I tried using UFW to set firewall rules, but that does not work.

I am also unable to access the 'Task queue' at externalIP:5000/queue as the iFrame included is for 127.0.0.1.

Any help would be appreciated. Thanks!

infosecconsultant avatar Jul 11 '23 14:07 infosecconsultant

Hello, the task queue iframe bug has been fixed - please clone the latest version of the repository and check whether it works.

Regarding limitting access, I would recommend using the cloud provider security settings, as making Docker work with ufw is non-trivial.

kazet avatar Jul 13 '23 07:07 kazet