OS: Ubuntu 12.04 LTS
Virtualmin/Webmin
I have a joomla site getting brute force attacks. Joomla brute force attack extensions can limit the login attempts, but the server is still loaded with calls to the blocked login. I'd rather block the IP via CSF.
I have an extension using the following code;
Code: Select all
error_log(sprintf($this->params->get('message'), $response['username']));
Code: Select all
[Tue Jan 28 09:35:40 2014] [warn] [client 37.9.170.46] mod_fcgid: stderr: user admin authentication failure
[Tue Jan 28 11:42:33 2014] [warn] [client 213.238.175.56] mod_fcgid: stderr: user admin authentication failure, referer: http://*********.ca/administrator/index.php?option=com_login
I have more than 1 Joomla site to do this for.