Front Web to Dionaea low-interaction honeypot.
Home DionaeaFR: http://rubenespadas.github.io/DionaeaFR/
Home Dionaea: http://dionaea.carnivore.it/
[*] Technologies:
[*] Requirements:
pip install Django
pip install pygeoip
pip install django-pagination
pip install django-tables2
pip install django-compressor
pip install django-htmlmin
pip install django-filter
django-tables2-simplefilter:
https://github.com/benjiec/django-tables2-simplefilter
python setup.py install
SubnetTree:
git clone git://git.bro-ids.org/pysubnettree.git
python setup.py install
nodejs:
http://nodejs.org/dist/v0.8.16/node-v0.10.33.tar.gz
tar xzvf node-v0.10.33.tar.gz
cd node-v0.10.33
./configure
make
make install
npm install -g less
apt-get install python-netaddr
[*] Install
Download GeoIP and GeoLiteCity:
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
Decompress GeoIP and GeoLiteCity:
gunzip GeoLiteCity.dat.gz
gunzip GeoIP.dat.gz
Move GeoIP and GeoLiteCity to DionaeaFR/DionaeaFR/static:
mv GeoIP.dat DionaeaFR/DionaeaFR/static
mv GeoLiteCity.dat DionaeaFR/DionaeaFR/static
Run server:
python manage.py collectstatic
python manage.py runserver 0.0.0.0:8000
Access to http://YOUR_IP:8000 in browser.
[*] Changelog
Add Attacks graph last 7 days.
29/11/2012
18/12/2012
20/12/2012
15/05/2013
16/05/2013
[*] Suggestions?
Designed by @rubenespadas