Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1002 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 1002 Bytes

Glastopf Analytics :: easy honeypot statistics v2.0

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.

Requirements

DBI - apt-get install libcpan-sqlite-perl

Dancer2 - cpanm Dancer2

Geo::IP - apt-get install libgeo-ip-perl

Installation

root@honeypot::~# git clone https://github.com/vavkamil/Glastopf-Analytics.git

Usage

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

Example

IMAGE ALT TEXT HERE