Artillery-Geo is a simple script to visualize geolocation statistics from the operation of Artillery Honeypot/IPS by ReL1K.
It uses “QGoogleVisualizationAPI” PHP Wrapper for Google’s Visualization API by Thomas Schäfer and geoPlugin geolocation technology (geoplugin.com)
DOWNLOAD Artillery-Geo:
Please read the README.txt file inside the archive.
QUICK INSTALLATION:
wget http://bruteforce.gr/wp-content/uploads/artillery-geo-VERSION.tar mv artillery-geo-VERSION.tar /var/www cd /var/www tar xvf artillery-geo-VERSION.tar --no-same-permissions cp /var/artillery/banlist.txt /var/www/artillery-geo
Browse to http://your-server/artillery-geo to display the results.
GENERAL INSTRUCTIONS:
You will need to copy your /var/artillery/banlist.txt file and paste it inside the script’s folder.
Warning: Artillery gathers results pretty quickly and it’s not uncommon for the banlist.txt file to contain hundreds or thousands of IP addresses that can stress resources if tried to be processed. There are also limitations concerning the maximum execution time of a script placed by PHP itself, Apache web server, etc.
For the above reasons it is best to run the script on your local computer and not on a live server.
Pingback: Artillery-Geo 0.1 released » BruteForce Lab's Blog