Search found 74 matches

by aww+
24 Feb 2013, 05:35
Forum: Report Bugs (csf)
Topic: Server Check emails - exec failed
Replies: 4
Views: 5034

open3: exec of iptables failed at /etc/csf/servercheck.pm

This happens lately with the weekly server checks that are emailed:

Code: Select all

open3: exec of iptables -L INPUT -n failed at /etc/csf/servercheck.pm line 163 
Nothing critical since it works when done manually through the UI
by aww+
06 Jan 2013, 10:09
Forum: General Discussion (csf)
Topic: Error with GeoLite CC database
Replies: 5
Views: 6270

Re: Error with GeoLite CC database

I also get the timeout problem. Looking at the directory, I see a freshly downloaded zip file, so it's fetching it properly but the unziped csv is 3 months old, so this has been going on for a few months. So the question is, how to increase the timeout and how to manually re-run the zone processing....
by aww+
11 Oct 2012, 23:25
Forum: Suggestions (csf)
Topic: block after N number of 404s in X number of seconds
Replies: 1
Views: 2509

block after N number of 404s in X number of seconds

I'd like to tempban or permban an ip after they cause a certain number of 404s in a certain amount of time. Since CSF/LFD already tails the error log, would this be easily possible? Maybe it would be possible to do a selection/regex of error types. Basically this is for bots that do "exploring&...
by aww+
27 Aug 2012, 21:01
Forum: Suggestions (csf)
Topic: regex for ModSecurity log detection is incomplete
Replies: 1
Views: 4055

regex for ModSecurity log detection is incomplete

Hi, I have found a bug with the regex used to monitor apache error logs for modsecurity events. As you have it now, it can only detect DENY events. It cannot however detect DROP events. currently: \[error\] \[client (\S+)\] mod_security: Access denied with code/)) \[error\] \[client (\S+)\] ModSecur...