authmap
v3.0.1
Published
An interactive map of failed server login attempts
Maintainers
Readme
authmap
An interactive map of failed server login attempts as seen here
Features
- View geolocated IPs of failed server login attempts on a map
- Find those meddling hackers?
Dependencies
- node.js - evented I/O for the backend
- express - web framework for node
- jade - HTML template engine
- logfailmap - failed login IP geolocator
Installation
npm install authmap
Configuration
- cd to
authmap/config - Create
apikey.jsoncontaining a JSON object with a string property calledapikeycontaining your ipstack API key. This service is used to geolocate IP addresses. Its free tier allows 10000 calls per month. - Run
update-attempts.jsto create the attempts file. Set this script to run periodically to keep the attempts file updated.
Usage
Start the server and browse to http://SERVER:PORT/authmap
