Giter VIP home page Giter VIP logo

dionaeafr's Introduction

DionaeaFR

Front Web to Dionaea low-interaction honeypot.

Home DionaeaFR: http://rubenespadas.github.io/DionaeaFR/

Home Dionaea: http://dionaea.carnivore.it/

[*] Technologies:

  • Python 2.7.3
  • Django 1.4
  • Jquery 1.7.2
  • Bootstrap Framework 2.1.1
  • jVectorMap 1.0
  • Kendo-UI v2011.3.1129
  • SQLite3

[*] 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 transport, type and protocol filters in connections table.
  • Add Attacks graph last 7 days.

29/11/2012 - Add less support - Add HTML minify - Add menu icons - Other visuals changes

18/12/2012 - Add home panel

20/12/2012 - Add country name in tooltips - Add Top 10 Ports Graph - Add ANTIVIRUS_VIRUSTOTAL variable in settings.py - Deactive minify by default - Restructure directories - Fixed Graphs

15/05/2013 - Refactoring Code - New filters system

16/05/2013 - Fixed mysql_command. - Add refresh interval in graphs.

[*] Suggestions?

Designed by @rubenespadas

dionaeafr's People

Contributors

ikoniaris avatar nullprobe avatar cudeso avatar rubenespadas avatar liegeoiscedric avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.