Files
landry bbfbb1967b Import sysutils/reaction 1.4.1.
A daemon that scans program outputs for repeated patterns, and takes
action. A common usage is to scan ssh and webserver logs, and to ban
hosts that cause multiple authentication errors.

a sample config is provided to ban ssh bots via a pf table.

ok tb@
2024-09-11 11:30:36 +00:00

15 lines
401 B
PHP

MODGO_MODULES = \
github.com/fatih/color v1.12.0 \
github.com/google/go-jsonnet v0.20.0 \
github.com/mattn/go-colorable v0.1.8 \
github.com/mattn/go-isatty v0.0.12 \
github.com/sergi/go-diff v1.1.0 \
golang.org/x/sys v0.1.0 \
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \
gopkg.in/yaml.v2 v2.4.0 \
sigs.k8s.io/yaml v1.1.0
MODGO_MODFILES = \
gopkg.in/yaml.v2 v2.2.7