Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

WordPress Fail2Ban

Опис

WireFlare WordPress Fail2Ban Plugin creates a syslog facility to log invalid login attempts in a custom file for use with Fail2Ban.

PLEASE READ
This plugin has no options and will not work without having server side root access.

You must follow our guide for setting up the server to make this plugin do it’s job. The guide can be found here: WordPress Login Security with Fail2Ban

What this plugin does:
This plugin constructs a syslog facility called local1. It then hooks into the WP login failed action. Any invalid login attempts are logged with the ip address, username used and website that it’s coming from. These invalid attempts are parsed by Fail2Ban to provide a proactive method to block intrusion attempts.

This plugin is different from other plugins in that we don’t save to the syslog. A custom log is created. This reduces the CPU load on the server and keeps a log dedicated to invalid WordPress login attempts. These log entries can be used to block repeat offenders as well as place temporary blocks on anyone attempting to break your website. The log file can also be used across many different websites and transferred between servers.

Visit us at WireFlare

Встановлення

  1. Unzip the download package
  2. Upload wp-fail2ban-logging to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

To getting started with the plugin API, please read this blog post.

Часті питання

How do I configure this plugin?

You don’t! Once the plugin is active it does the logging so long as you followed the steps outlined in the blog post.

What OS is this plugin compatible with?

This plugin has been tested with Redhat and Debian variants.

Why doesn’t it work?

You must have server side access to configure the per-requisites for this plugin to work. It will not work on shared hosting unless your hosting provider has made provisions for the plugin to work. If you have a VPS or Dedicated server you should have root access.

Відгуки

03.09.2016
Make sure you've installed CSF firewall on your server. Minimizes server load, very important.
Прочитати всі 2 відгуки

Учасники та розробники

“WordPress Fail2Ban” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “WordPress Fail2Ban” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.1

  • Initial Release