该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Easy Bruteforce Protect

描述

This plugin modifies your .htaccess file to provide protection from brute force attack bots.

安装

All you need to do is install and activate the plugin. Deactivate to remove protection from the .htaccess file.

常见问题

What code is added?
BEGIN EASYBFP

RewriteEngine on
RewriteBase INSTALLED_FOLDER
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{HTTP_REFERER} !^http://YOURSITE.COM [NC]
RewriteCond %{REQUEST_URI} ^(.)?wp-login.php(.)$ [OR]
RewriteCond %{REQUEST_URI} ^(.)?wp-admin$
RewriteRule ^(.
)$ – [F]

END EASYBFP

评价

此插件暂无评价。

贡献者及开发者

“Easy Bruteforce Protect” 是开源软件。 以下人员对此插件做出了贡献。

贡献者