Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/govcert-cz/shockpot-frontend
https://github.com/govcert-cz/shockpot-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/govcert-cz/shockpot-frontend
- Owner: GovCERT-CZ
- License: other
- Created: 2015-10-29T09:28:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T13:21:13.000Z (about 9 years ago)
- Last Synced: 2024-08-04T23:09:55.173Z (6 months ago)
- Language: PHP
- Size: 16.3 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-honeypot - **0**星
README
# Shockpot-Frontend
===========Shockpot-Frontend is a full featured script to visualize statistics from a Shockpot honeypot.
It requires version of shockpot that logs to postgresql (https://github.com/GovCERT-CZ/shockpot).
It is based on Kippo-Graph (https://github.com/ikoniaris/kippo-graph). Thanks to ikoniaris.
It uses the Libchart PHP chart drawing library by Jean-Marc Trémeaux,
QGoogleVisualizationAPI PHP Wrapper for Google's Visualization API by Thomas Schäfer,
RedBeanPHP library by Gabor de Mooij, MaxMind and geoPlugin geolocation technology.# REQUIREMENTS:
-------------
1. PHP version 5.3.4 or higher.
2. The following packages: _libapache2-mod-php5_, _php5-pgsql_, _php5-gd_, _php5-curl_.On Ubuntu/Debian:
> apt-get update && apt-get install -y libapache2-mod-php5 php5-pgsql php5-gd php5-curl
>
> /etc/init.d/apache2 restart# QUICK INSTALLATION:
-------------------
> wget https://github.com/GovCERT-CZ/Shockpot-Frontend/archive/master.zip
>
> mv Shockpot-Frontend-master.zip /var/www/html
>
> cd /var/www/html
>
> unzip Shockpot-Frontend-master.zip
>
> mv Shockpot-Frontend-master shockpot-frontend
>
> cd shockpot-frontend
>
> chmod 777 generated-graphs
>
> cp config.php.dist config.php
>
> nano config.php #enter the appropriate valuesBrowse to http://your-server/shockpot-frontend to generate the statistics.