Search found 1 match
- 16 Jun 2013, 15:57
- Forum: General Discussion (csf)
- Topic: regex.custom.pm for WordPress wp-login brute force
- Replies: 4
- Views: 9382
regex.custom.pm for WordPress wp-login brute force
Hello All, I am trying to get LFD to monitor for WordPress brute-force attacks on my site. Here is what I have done so far but LFD is not triggering: CUSTOM1_LOG = "/var/log/httpd/MYDOMAIN.com_access_log" if (($lgfile eq $config{CUSTOM1_LOG}) and ($line =~ /\] \"POST \/wp-login/)) { r...