fredsted/wp-login-attempt-log

Add IP-based blocking of attackers

Opened this issue · 0 comments

WP-LAL already has a database of users attacking the site. It could be used to ban attackers after X number of attacks.

New setting:

Boolean: Enable bans/IP blocking
Int: Ban hackers after X number of attempts

Ways to do it:

  • Maintain section of .htaccess file
  • Add hook on WordPress page load (what about cached sites?)