Sha256: d8d88b566cb94b8603cbb5d28e6b37ee26338e4c771f280a606ac1b746bc343c
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 KB
Contents
#Repsheet Visualizer [](http://travis-ci.org/repsheet/visualizer?branch=master) This is the visualization component for Repsheet. It displays information on offending actors and allows for manual blacklisting. It provides a world map that displays the location of offending actors which allows for identification of global attack patterns. It is still under active development and will undergo some pretty major changes over the next several months. ## Setup You will need to have Ruby/RubyGems installed. If you would like to use the world map feature, you will need a copy of the [GeoLiteCity Database](http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz). This app has been tested on Ruby 1.9.3 Ruby 2.0.0. You will also need access to the Repsheet Redis database. There are several ways of running the Visualizer application, but the simplest is to just run the command line program: ``` sh bundle install bin/repsheet_visualizer <redis_host> <redis_port> <path_to_geolite_database> ``` Visit [http://localhost:4567](http://localhost:4567) to view the application
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
repsheet_visualizer-1.0.0 | README.md |
repsheet_visualizer-0.2.3 | README.md |
repsheet_visualizer-0.2.2 | README.md |
repsheet_visualizer-0.2.1 | README.md |