andrewmichaelsmith / honeypot-setup-script

Honeypot (Dionaea and kippo) setup script
81 stars 34 forks source link

Unable to locate package dionaea #15

Closed mtarsel closed 11 years ago

mtarsel commented 11 years ago

Added ppa:honeynet/nightly successfully but this does not contain dionaea package anymore.

Found this wiki: http://www.aldeid.com/wiki/Dionaea/Installation#Installation_of_Dionaea

This could serve as a temporary fix.

~cheers~

mtarsel commented 11 years ago

After following the tutorial posted above I am running into more issues. I have created a simple script (below) to solve this issue, however I am getting compile errors which are outside the scope of this project. It would be great to find ppa with dionaea so this is not necessary but here is the script thus far...

Temporary solution (double check this):

apt-get install git apt-get install autoconf apt-get install autotools-dev apt-get install automake git clone git://git.carnivore.it/libemu.git libemu cd liblcfg/code/ autoreconf -vi

This is where I get an exit status 1 " autoreconf: automake failed with exit status: 1 " so I cannot continue the tutorial. Either I am way screwing this up (quite possible) or dionaea is being annoying to install.

If I can figure this out, I will fork and post a script (permission pending), but if someone can figure this out then we are all set. I am trying to install on a debian VM amd-64.

andrewmichaelsmith commented 11 years ago

What version of ubuntu are you running?

mtarsel commented 11 years ago

I am running a Debian VM

andrewmichaelsmith commented 11 years ago

As far as I'm aware these PPA Packages are only available for Ubuntu - so my solution is to use an Ubuntu VM :)

essra commented 11 years ago

I am using Ubuntu server 12.04 i386 and I am not familiar with Linux I tried this command but it didn't start download

wget -q https://raw.github.com/andrewmichaelsmith/honeypot-setup-script/master/setup.bash -O /tmp/setup.bash && bash /tmp/setup.bash any help pls ?

andrewmichaelsmith commented 11 years ago

@essra Sounds like an unrelated issue. Please e-mail me (me@andrewmichaelsmith.com) with exactly what it is you're doing and what messages you get back.