mitchellkrogza / Fail2Ban.WebExploits

This custom Fail2Ban filter and jail will deal with all scans for common Wordpress, Joomla and other Web Exploits being scanned for by automated bots and those seeking to find exploitable web sites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize regexes to significantly increase processing speed

woodholly opened this issue · comments

It is better to join all regexes into one large regex to significantly increase processing speed.
How to do it: fail2ban/fail2ban#2762
It increases processing speed from 200 log lines per second to 2400.

@mitchellkrogza Hi. How about increasing the processing speed?