Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katkad/glastopf-analytics
easy honeypot statistics
https://github.com/katkad/glastopf-analytics
Last synced: 11 days ago
JSON representation
easy honeypot statistics
- Host: GitHub
- URL: https://github.com/katkad/glastopf-analytics
- Owner: katkad
- Created: 2014-09-26T14:51:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T14:47:30.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T02:46:44.055Z (about 2 months ago)
- Language: Perl
- Size: 369 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-honeypot - **0**星
README
### Glastopf Analytics :: easy honeypot statistics v2.0
[Glastopf](https://github.com/glastopf/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](http://img.youtube.com/vi/NuucT_l8Nhg/0.jpg)](http://www.youtube.com/watch?v=NuucT_l8Nhg)