Search found 4 matches
- 11 Jul 2016, 20:23
- Forum: Suggestions (csf)
- Topic: A nice feature would be a ban all ips that get blocked by csf
- Replies: 2
- Views: 4383
Re: A nice feature would be a ban all ips that get blocked by csf
Can't you accomplish this by using "Profiles". if your being attacked, load a Paranoid Profile... Banning All Blocked.... when over, Load Default Profile back...
- 13 May 2016, 16:16
- Forum: General Discussion (csf)
- Topic: Distributed DOS for Custom LFD
- Replies: 1
- Views: 2550
Distributed DOS for Custom LFD
Is it possible to have the Distributed DOS to work for Custom LFD?
I apologize if this is already answered or possible..
I apologize if this is already answered or possible..
- 12 May 2016, 16:15
- Forum: General Discussion (csf)
- Topic: csf custom regex not working
- Replies: 1
- Views: 2652
Re: csf custom regex not working
FYI.
Figured out the issue...
Even though the regular expression passed on the "checker", it was failing when run through regex.custom.pm... I am new to regex..
Solution that worked was :
Figured out the issue...
Even though the regular expression passed on the "checker", it was failing when run through regex.custom.pm... I am new to regex..
Solution that worked was :
Code: Select all
/^.*Failed Login for User.*from IP: (\S+).*/
- 09 May 2016, 19:35
- Forum: General Discussion (csf)
- Topic: csf custom regex not working
- Replies: 1
- Views: 2652
csf custom regex not working
I have read through the forum's and can't figure out why my Custom Trigger isn't firing... So, I have a web application which is writing the following to a log file upon Failed Login Attempt. I am using PHP Error Log Function to write the Failed Attempt error_log("{$x} {$_POST['username']} {$y}...