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

"osemdeus": executable file not found in $PATH #15

Closed abuvanth closed 2 years ago

abuvanth commented 2 years ago

docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "osemdeus": executable file not found in $PATH: unknown.

mablanco commented 2 years ago

The default command in the Docker image is osmedeus (https://github.com/mablanco/docker-osmedeus/blob/master/Dockerfile#L18). It seems that you mistyped the command (osemdeus) you introduced when you launched a container from this image. Can you please check that command? Or even paste it here to have a look?

abuvanth commented 2 years ago

Spelling mistake in README file.

WEB UI section - https://github.com/mablanco/docker-osmedeus/blob/master/README.md

mablanco commented 2 years ago

Fixed. Thanks for pointing out.