Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
/ GeoMapSSH Public archive

Plot failed ssh attempts on a map in real time

License

Notifications You must be signed in to change notification settings

egladman/GeoMapSSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoMapSSH
GeoMapSSH

View failed ssh attempts in real time


Prerequistes

Install Dependencies

Run the following commands:

nvm use
npm install

How to use

Simple

Run the following command:

npm start

Advanced

npm start -- -d -l docs/example -p 3030
npm start -- --debug --log docs/example --port 3030