Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubenespadas/dionaeafr
Dionaea Front Web
https://github.com/rubenespadas/dionaeafr
Last synced: 26 days ago
JSON representation
Dionaea Front Web
- Host: GitHub
- URL: https://github.com/rubenespadas/dionaeafr
- Owner: rubenespadas
- Created: 2012-10-04T07:58:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T12:52:09.000Z (over 7 years ago)
- Last Synced: 2024-08-03T23:03:41.924Z (4 months ago)
- Language: Python
- Size: 1.96 MB
- Stars: 66
- Watchers: 6
- Forks: 27
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-honeypot - **48**星 - interaction honeypot. (<a id="a53d22b9c5d09dc894413453f4755658"></a>未分类)
README
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.gzDecompress GeoIP and GeoLiteCity:
gunzip GeoLiteCity.dat.gz
gunzip GeoIP.dat.gzMove GeoIP and GeoLiteCity to DionaeaFR/DionaeaFR/static:
mv GeoIP.dat DionaeaFR/DionaeaFR/static
mv GeoLiteCity.dat DionaeaFR/DionaeaFR/staticRun server:
python manage.py collectstatic
python manage.py runserver 0.0.0.0:8000Access 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 panel20/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 system16/05/2013
- Fixed mysql_command.
- Add refresh interval in graphs.[*] Suggestions?
Designed by @rubenespadas