Parse Fail2Ban regexps
Go to file
Zane C. B-H 8dafee66af add add_finder for any match group, formatting cleanup, and some more docs 2023-07-09 21:31:16 -05:00
bin more work and begin work on the bin bit 2022-12-17 14:10:07 -06:00
lib/Regexp add add_finder for any match group, formatting cleanup, and some more docs 2023-07-09 21:31:16 -05:00
src_bin more misc doc updates 2023-03-30 21:56:00 -05:00
t lots of updates to now generate working tests and files for fastlog stuff 2023-03-30 20:56:05 -05:00
.gitignore fix for intermitent matching issues when processing found keys 2022-12-17 14:31:16 -06:00
Changes initial commit 2022-11-16 18:19:51 -06:00
MANIFEST more work on baphomet stuff 2023-01-13 02:58:07 -06:00
Makefile.PL fix for intermitent matching issues when processing found keys 2022-12-17 14:31:16 -06:00
README.md more misc doc updates 2023-03-30 21:56:00 -05:00
ignore.txt initial commit 2022-11-16 18:19:51 -06:00

README.md

Regexp-F2B

Parse Fail2Ban regexps. Also provides handling for fail2ban style INI files as well as Baphomet YAML rule files.

See the pods for more documentation and examples.

Install

cpanm Regex::F2B

Or...

perl Makefile.PL
make
make test
make install