Skip to content

tachtler/fail2map

Repository files navigation

Fail2map

Changes on this fork

Description

Fail2map is a map generator for fail2ban. It displays banned IP on a world map. Adding IP is done automagically through a fail2ban action.

Fail2map is based on backpack by Maxime Hadjinlian.

Try the example.

Installing fail2map and fail2ban action

See following Link for an installation description (sorry, only available in german language):
or follow the standard installation instructions here:
  1. Place fail2map in the desired path of your web server

     git clone https://github.com/mvonthron/fail2map ~/public_html/fail2map
    
  2. Edit fail2map-action.conf with the correct path for fail2map.py

     fail2map-action.conf:20     fail2map = cd /home/<USER>/public_html/fail2map && python fail2map.py
    
  3. Move/copy/link fail2map-action.conf to fail2ban actions folder (usually /etc/fail2ban/action.d/)

  4. Add the action to your jail.conf or jail.local

     # The simplest action to take: ban only
     action_ = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"]
               fail2map-action
    
  5. (Optional) Change the tile provider in js/maps.js line 45:

     baseLayer = L.tileLayer.provider('Thunderforest.Landscape', ...
                                         ^= select any provider listed at http://leaflet-extras.github.io/leaflet-providers/preview/ 
    

Notes


2015, Manuel Vonthron [email protected]
2016, Klaus Tachtler [email protected]

About

Map generator for fail2ban.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published