sábado, 1 de outubro de 2022

HOW TO INSTALL (MHN - Modern Honey Network) IN UBUNTU 22.04

 

add in /etc/apt/sources.list the repo:

deb http://cz.archive.ubuntu.com/ubuntu focal main universe

after download by git hub repository the files cloned:

$ cd /opt/
$ sudo git clone https://github.com/pwnlandia/mhn.git
$ cd mhn/
locally in your computer, execute this procedure:
edit the file "/scripts/install_mongo.sh" 
line 15:
from:
elif [ "$(lsb_release -r -s)" == "18.04" ]; then
for:
elif [ "$(lsb_release -r -s)" == "22.04" ]; then

after that install:
python2-dev python2 python-dev-is-python3


SOURCE:

https://github.com/pwnlandia/mhn

Nenhum comentário:

Postar um comentário