[Resolved] Custom Joomla BruteForce Login
Posted: 19 May 2017, 09:51
Hi there,
I'm trying custom regex to prevent Joomla Brutefoce login base on Wordpress Bruteforce login.
But it's not working. Somebody help me where i'm wrong ?
This is my regex
I'm trying custom regex to prevent Joomla Brutefoce login base on Wordpress Bruteforce login.
But it's not working. Somebody help me where i'm wrong ?
This is my regex
Code: Select all
# joomla
if (($globlogs{CUSTOM1_LOG}{$lgfile}) and ($line =~ /(\S+).*] "POST \/administrator\/index\.php.*" 200/)) {
return ("Failed Joomla login from",$1,"joomla","2","80,443","3600");
}