mablanco / docker-osmedeus

Docker image for Osmedeus, a fully automated offensive security tool for reconnaissance and vulnerability scanning
GNU General Public License v3.0
100 stars 22 forks source link

Unable to load the Web UI #9

Closed hax0rgb closed 4 years ago

hax0rgb commented 4 years ago

I have used --net host parameter but I cannot see any service running on http://127.0.0.1:8000/.

Following screenshot shows the command I have used.

Screenshot_2020-02-05_at_2_26_09_PM
mablanco commented 4 years ago

Hi. You should use your assigned IP instead of localhost. Regards.

hax0rgb commented 4 years ago

Hi,

Even the assigned IP isn't working. Although, Osmedeus is still running, I don't see port 8000 open on my machine.

Screenshot 2020-02-05 at 6 51 59 PM
mablanco commented 4 years ago

I cannot confirm right now, but the port is only open while the container is running. Once the analisys is done, the process is over and the port is not open anymore.

I'll have a look and come back as soon as I have something.

mablanco commented 4 years ago

I've changed info on README about how to access the Web UI. Just change --net host for -p 8000:8000.