Brute Force Login Protection

Wordpress Plugin
Download latest - 1.5.3

Developers

Jan-Paul Kleemans

Download Stats

Today 26
Yesterday 26
Last Week 257
All Time 69,390
Banner 772x250

A Brute Force Attack aims at being the simplest kind of method to gain access to a site: it tries usernames and passwords, over and over again, until it gets in. Brute Force Login Protection is a lightweight plugin that protects your website against brute force login attacks using .htaccess.

After a specified limit of login attempts within a specified time, the IP address of the hacker will be blocked.

Features

  • Limit the number of allowed login attempts using normal login form
  • Limit the number of allowed login attempts using Auth Cookies
  • Manually block/unblock IP addresses
  • Manually whitelist trusted IP addresses
  • Delay execution after a failed login attempt (to slow down brute force attack)
  • Option to inform user about remaining attempts on login page
  • Option to email administrator when an IP has been blocked
  • Custom message to show to blocked users

Contribute

If you'd like to make a contribution to the Brute Force Login Protection plugin, you can submit a pull request to our GitHub Repository. You can also create a thread in our Support Forum. Your feedback is highly appreciated!

Donate

If you'd like to make a donation to the Brute Force Login Protection plugin, you can do so via PayPal by clicking here.


Releases (10 )

Version Release Date Change Log
1.5.3 2017-06-29
  • Bugfix
1.5.2 2015-05-19
  • Bugfix
1.5.1 2015-05-13
  • Security fix
1.5 2015-02-07
  • Improved stability
1.4.1 2014-09-27
  • Option to email administrator when an IP has been blocked
  • Button to whitelist your current IP
  • Bugfixes and improvements
1.4 2014-09-04
  • Ability to whitelist trusted IPs
  • Ability to create custom message to show to blocked users
  • Delay execution after a failed login attempt (to slow down brute force attack)
  • Performance improvements
1.3 2014-07-20
  • Protection against brute force attacks using Auth Cookies
1.2 2014-06-26
  • Option to inform user about remaining attempts on login page
  • Ability to reset options
  • Status panel on the settings page
1.1 2014-06-25
  • Added Dutch translation
1.0 2014-06-25
  • Initial version