This commit is contained in:
Pierre Dubouilh
2021-10-10 12:15:39 +02:00
parent d9f5d8139d
commit 70cbeae0ed
10 changed files with 880 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# blockfast
block ssh and http scanners fast
features:
- generic SSH log parser
- generic Common Log Format parser (apache logs, caddy logs, etc...)
- sane defaults
- fast ip ban with `ipset`
- libmusl static release builds, no libc dependency
- lighter alternative to fail2ban
Todo: more granular CLI args to filter HTTP Status codes (e.g. 5 401 leads to a block, but 30 404 before a block) ?