fail2map

Map generator for fail2ban

  • 所有者: id-Software/Quake-2
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者id-Software/Quake-2
主编程语言C
编程语言Python (语言数: 5)
平台
许可证
所有者活动
创建于2012-01-31 19:55:43
推送于2023-12-05 19:48:59
最后一次提交2012-01-31 13:57:11
发布数0
用户参与
星数3k
关注者数140
派生数685
提交数1
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数4
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?