Thuban
2017-04-11 40cb2e01be738ff57f489d936e2dddf1da624a7f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.
.TH vilain 28 "March 2017" "" "Fail2ban-like for OpenBSD"
.SH NAME
vilain \- fail2ban-like for OpenBSD
.
.SH SYNOPSIS
.RS
To use vilain : 
  1. Copy configuration file in /etc/vilain.conf and configure according to your needs.
  2. Configure pf according to the example below
  3. start vilain via rcctl
You only need python >= 3.5 to use it.
.RE
 
.SH DESCRIPTION
.RS
In pf.conf, add according to your configuration : 
 
    table <vilain_bruteforce> persist
    block quick from <vilain_bruteforce> 
 
To see banned IP : 
 
    pfctl -t vilain_bruteforce -T show
.RE
 
.SH LOGS
.RS
Watch vilain logs in /var/log/daemon.
.RE
 
 
.SH BUGS
.RS
Please let me know : <thuban@yeuxdelibad.net>
.RE