Open security-companion opened 1 year ago
I saw that the install script has an option --disable-mongo Could I also install MongoDB indipendently on Ubuntu 22.04 and then use it with Rita? Which version of MongoDB would you recommend? Greetings Security-companion
Hi @security-companion,
Personally I do --disable-zeek and --disable-mongo when installing rita. Look up how to install MongoDB using tar.gz file and just download 4.2 version from their website. Only issue I had was with missing package.
Do this before installing MongoDB
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list sudo apt-get update sudo apt-get install libssl1.1
Hi, I was wondering if there are plans to update the used mongo db version so that RITA can be used on ubuntu 22.04 LTS. Currently it seems that MongoDB 4.2 is not supported on ubuntu 22.04 jammy. Greetings security-companion