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
168 stars 36 forks source link

/js/tools.js should not match for woorewards #6

Open zxfrank opened 4 years ago

zxfrank commented 4 years ago

woorewards is a common plugin and is matching with "/wp-content/plugins/woorewards/assets/lws-adminpanel/js/tools.js?ver=3.9.9"

a patch is coming

zxfrank commented 4 years ago

line 93 sould look like this (put any plugin you want) ^<HOST> -.*(GET|POST|HEAD)(?!.*(woorewards|otherplugin).*).*(/js/tools\.js)