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.
Other
169 stars 36 forks source link

Optimize regexes to significantly increase processing speed #8

Closed woodholly closed 1 year ago

woodholly commented 4 years ago

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

positiveque commented 4 years ago

@mitchellkrogza Hi. How about increasing the processing speed?