Search found 4 matches
- 08 Oct 2021, 10:46
- Forum: General Discussion (csf)
- Topic: Custom Regex help plz
- Replies: 1
- Views: 817
Re: Custom Regex help plz
Strange but now is working!
- 07 Oct 2021, 16:05
- Forum: General Discussion (csf)
- Topic: Custom Regex help plz
- Replies: 1
- Views: 817
Custom Regex help plz
Hi guys! I made a custom regex rule that worked in the begging but now looks like it's not triggered anymore. Here it is: if (($globlogs{CUSTOM2_LOG}{$lgfile}) and ($line =~ /(\S+).*] "\w*(?:POST) .*\/admin\/ HTTP.*301.*"/)) { return ("OC Admin attack",$1,"OC-admin-login&quo...
- 06 Sep 2020, 15:53
- Forum: General Discussion (csf)
- Topic: csf.rignore opposite list?
- Replies: 0
- Views: 1972
csf.rignore opposite list?
Hi guys,
Is there an opposite option of csf.rignore list?
I mean, I want to block some reverse dns.
How to do it?
Thanks!
Is there an opposite option of csf.rignore list?
I mean, I want to block some reverse dns.
How to do it?
Thanks!
- 29 Jun 2020, 12:55
- Forum: General Discussion (csf)
- Topic: About custom rules
- Replies: 0
- Views: 2445
About custom rules
Hi guys, I'm new to csf, so, please dont judge me hard if already have answers. Could you please help me understand how to build me owr rules. As many users we run WP sites and most attacks are over login.php and xmlrpc.php. So, how to tell: If xxx.xxx.xxx.xxx POST (GET) login.php (and/OR xmlrpc.php...