pwnlandia / mhn

Modern Honey Network
GNU Lesser General Public License v2.1
2.43k stars 630 forks source link

Install dionaea 0.6.0 by MHN? #566

Open royikle opened 6 years ago

royikle commented 6 years ago

Hi all

I have question in dionaea 0.6.0 install. I saw "Nightly Builds : “Honeypot PPA Packagers” team " already have dionaea 0.6.0 version. Package named "dionaea" and version is 0.6.0+git20170626+1549-0ubuntu1~trusty website : https://launchpad.net/~honeynet/+archive/ubuntu/nightly

MHN deploy dionaea script is "deploy_dionaea.sh".

elif [ -f /etc/debian_version ]; then
    # Add ppa to apt sources (Needed for Dionaea).
    apt-get update
    apt-get install -y python-software-properties software-properties-common
    add-apt-repository -y ppa:honeynet/nightly
    apt-get update

    # Installing Dionaea.
    if [[ `lsb_release -cs` == "trusty" ]]
        then
            apt-get install -y dionaea-phibo supervisor patch
        else
            apt-get install -y dionaea supervisor patch
    fi

The code show the install package is named "dionaea-phibo" and "dionaea-phibo" version is 0.1.0. If we change dionaea-phibo to dionaea , theoretically we can install dionaea 0.6.0. But the problem on hpfeeds, I'm not good at hpfeeds setting. Can someone help to update new script?

kkkkkky commented 5 years ago

I have the same question. And I'm testing on it with docker. I changed "apt-get install -y dionaea-phibo supervisor patch" to "apt-get install -y dionaea supervisor patch" and it's deploying now. I'll response if it works.

kkkkkky commented 5 years ago

link to https://github.com/DinoTools/dionaea/issues/241