[Resolved] Custom Joomla BruteForce Login

Post Reply
anhnv
Junior Member
Posts: 2
Joined: 19 May 2017, 09:48

[Resolved] Custom Joomla BruteForce Login

Post by anhnv »

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

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");
}
Last edited by anhnv on 19 May 2017, 10:21, edited 1 time in total.
anhnv
Junior Member
Posts: 2
Joined: 19 May 2017, 09:48

Re: Custom Joomla BruteForce Login

Post by anhnv »

[Sovled]

I'm try restart manytime but true is restart lfd.
Post Reply