All Projects → wagoodman → AuthLogAttackMap

wagoodman / AuthLogAttackMap

Licence: other
Tails the /var/log/auth.log, geolocates IPs found, and displays them on a web frontend.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to AuthLogAttackMap

react-bmapgl
基于百度地图JavaScript GL版API封装的React组件库
Stars: ✭ 68 (+195.65%)
Mutual labels:  map
observable ish
Observable state and events for browser and Flutter.
Stars: ✭ 26 (+13.04%)
Mutual labels:  map
FramerMapboxJS
Simplest way to integrate Mapbox maps on your Framer prototypes.
Stars: ✭ 45 (+95.65%)
Mutual labels:  map
AndroidOfflineMapLibrary
Offline OpenStreet Map Library (No Internet Required) You dont have to even one-time connect!
Stars: ✭ 16 (-30.43%)
Mutual labels:  map
PinFloyd
MapKit annotations clustering for iOS
Stars: ✭ 29 (+26.09%)
Mutual labels:  map
PHPCoord
PHPCoord is a PHP library to aid in handling coordinates. It can convert coordinates for a point from one system to another and also calculate distance between points
Stars: ✭ 78 (+239.13%)
Mutual labels:  map
mundraub-android
📱Android App for Mundraub, Na-Ovoce and other fruit maps
Stars: ✭ 30 (+30.43%)
Mutual labels:  map
Valheim-ServerSideMap
This plugin completely moves the explored map and created pins to the server. As clients explore, they will send their explored areas to the server who will then distribute it to all connected clients. When a client joins, the server will synchronize the currently explored areas to the client. Pins are shared as well but default to false and nee…
Stars: ✭ 32 (+39.13%)
Mutual labels:  map
diablo2
Utilities to work with diablo2, Clientless map rendering & packet sniffing
Stars: ✭ 126 (+447.83%)
Mutual labels:  map
o.map
Open Street Map app - KaiOS
Stars: ✭ 51 (+121.74%)
Mutual labels:  map
object-detection-notebooks
Object detection and localization with Tensorflow 2 and Keras
Stars: ✭ 25 (+8.7%)
Mutual labels:  map
LiveAtlas
A Dynmap, Squaremap, Pl3xmap and Overviewer frontend for the modern web
Stars: ✭ 168 (+630.43%)
Mutual labels:  map
trimeter
(not ready yet) A simple but powerful job scheduler for Trio programs
Stars: ✭ 48 (+108.7%)
Mutual labels:  map
map
🏳️‍🌈🗺 A map of community centers and other helpful information for queer (LGBTQ) people.
Stars: ✭ 15 (-34.78%)
Mutual labels:  map
mapchina
R Package of Geospatial Shapefile of China Administrative Divisions to the County/District-Level.
Stars: ✭ 60 (+160.87%)
Mutual labels:  map
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (+104.35%)
Mutual labels:  map
leaflet.TravelNotes
A complete mapping application. With this, you prepare a complete travel, adding itineraries and personnal notes to the map. When you travel is complete, you can save it to a file, export the itineraries to a gpx files, print the itineraries and a roadbook with the notes and itineraries description.
Stars: ✭ 31 (+34.78%)
Mutual labels:  map
mbmatch
An MBTiles server for PBF, which is also a map matcher.
Stars: ✭ 34 (+47.83%)
Mutual labels:  map
gb-convert
Gameboy tile conversion and map editor tool
Stars: ✭ 26 (+13.04%)
Mutual labels:  map
webnettools
Web Net Tools is a web frontend for some useful command line tooling. It provides especially an web frontend for tools like testssl.sh and nmap.
Stars: ✭ 33 (+43.48%)
Mutual labels:  web-frontend

AuthLogAttackMap

Tails the /var/log/auth.log, geolocates IPs found, and displays them on a web frontend.

Usage

You'll need two terminals: one for watching the auth.log and another for serving up events to a web frontend.

First terminal:

    python authLogTailer/

Second terminal:

    python sseClient.py

From your browser: http://localhost

Optionally you can use the CLI client:

    python  rpcClient.py [<command>] [<args>]

    Valid commands:
       summary    Show a summary of hosts in the auth log (Default)
       country    Show the breakdown of entries by country
       subscribe  Show json events as they occur in realtime

    optional arguments:
      -h, --help  show this help message and exit

Screenshot

ScreenShot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].