Glastopf is a Python web application honeypot founded by Lukas Rist.
This Perl script provides simple statistics for the Glastopf. While accessing default SQLite glastopf.db, it can retrieve some basic informations about your honeypot.
DBI - apt-get install libcpan-sqlite-perl
Dancer2 - cpanm Dancer2
Geo::IP - apt-get install libgeo-ip-perl
root@honeypot::~# git clone https://github.com/vavkamil/Glastopf-Analytics.git
First edit path to glastopf database & change username and password in ./lib/MyWeb/App.pm at lines 9-11:
set 'database' => '/opt/myhoneypot/db/glastopf.db';
set 'username' => 'admin';
set 'password' => 'password';
root@honeypot:~/Glastopf-Analytics$ perl ./bin/app.pl