fail2map

Map generator for fail2ban

  • Owner: id-Software/Quake-2
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Fail2map

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

  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 manuel.vonthron@acadis.org

Main metrics

Overview
Name With Ownerid-Software/Quake-2
Primary LanguageC
Program languagePython (Language Count: 5)
Platform
License:
所有者活动
Created At2012-01-31 19:55:43
Pushed At2023-12-05 19:48:59
Last Commit At2012-01-31 13:57:11
Release Count0
用户参与
Stargazers Count3k
Watchers Count140
Fork Count685
Commits Count1
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count4
Pull Requests Close Count7
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private