Search found 1 match
- 08 Jul 2021, 14:36
- Forum: General Discussion (csf)
- Topic: Custom CSF Regex Rules for magento?
- Replies: 0
- Views: 2405
Custom CSF Regex Rules for magento?
Hello, I have already bruto force protection for WordPress: # WP-LOGINS if (($globlogs{CUSTOM1_LOG}{$lgfile}) and ($line =~ /(\S+).*] "\w*(?:GET|POST) \/wp-login\.php.*" /)) { return ("WP Login Attack",$1,"WPLOGIN","5","80,443","1"); But ho...