Fail2ban

All about creating websites!
Post Reply
User avatar
Stavros
ΜΟΛΩΝ ΛΑΒΕ
ΜΟΛΩΝ ΛΑΒΕ
Posts: 1098
Joined: 02 Jan 2006, 17:00
18
Location: Mississippi, U.S.A.

Fail2ban

Post by Stavros »

Okay, I know that I can use Fail2ban on things like ssh, sftp etc. What I want to know is can it be used on a custom login page? For my capstone class my group is working on is basically an online check register. It's not pretty, but if you want to look it's

Code: Select all

trigulus.dyndns.org
You can sign up. It doesn't send you an email (although we had it planned).

User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

Post by Big-E »

Give me a shout on MSN, I can give you some possible options.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

you can secure pretty any login with it. simply check the access log for the reply for a failed login attempt, and with a little regex you set up a rule that makes fail2ban check the access log for that specific string ("failregex" variable)... :wink:
Image

Post Reply