The-Art-of-Hacking / h4cker

This repository is primarily maintained by Omar Santos (@santosomar) and includes thousands of resources related to ethical hacking, bug bounties, digital forensics and incident response (DFIR), artificial intelligence security, vulnerability research, exploit development, reverse engineering, and more.

Home Page:https://hackerrepo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeGoat fails to start in WebSploit due to version of MongoDB being pulled

ebell451 opened this issue · comments

commented

NodeGoat failed to start due to an issue with the MongoDB image in NodeGoat/docker-compose.yml.

MongoDB container failed to start with the following error:

image

I was able to workaround this by modifying the tag for the MongoDB image being pulled to mongo:4.4.
image

This is also the version of MongoDB used by the original NodeGoat from OWASP: https://github.com/OWASP/NodeGoat/blob/master/docker-compose.yml

Thank you! I will troubleshoot shortly.

I have updated the install script. I have also added several new containers in preparation to DEF CON 31 this year. I will document Node Goat a little better once I return from DEF CON. Thank you for your patience on this one.