このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Double Knot

説明

This plugin checks for common user names that don’t exist in the users table. If the submitted user name meets settings criteria the IP will be blocked from the site.

The plugin also has the ability to stop author enumeration by bots.

Recommended Settings

There are two different ways to protect your site from user name brute force attacks. The more strict way is to immediately block an IP that attempts to login with a non-existent user name. This can possibly cause issues with websites that have many users or users that may not login very often and forget their user name. It’s most useful for one-person websites.

The less strict way is to have a black list of user names that only a bot would try like “admin” and user nicenames that aren’t logins.

The “Stop Enumeration” setting redirects all attempts to ?author={ID} to the home page of your site. This will stop bots from incrementing through your users and discovering user nicenames.

スクリーンショット

  • Settings Page
  • List of active lockouts that can be unlocked by clicking the lock.
  • Log of recent usernames that have tried to login. Add to the black list by clicking the flag.
  • Template for creating shell scripts to automatically add IPs to iptables.

インストール

Install like any other plugin, directly from your plugins page. Works out of the box, but visit the settings page through the Settings tab in the back-end of WordPress to configure.

FAQ

Installation Instructions

Install like any other plugin, directly from your plugins page. Works out of the box, but visit the settings page through the Settings tab in the back-end of WordPress to configure.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Double Knot はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Double Knot” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.0

  • Update validation for settings