這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

HonnyPotter

外掛說明

A honeypot for logging all failed login-attempts.

Source code and issues available at https://github.com/MartinIngesen/HonnyPotter.

Note(!!!)

This will currently make all failed login attempts globally accessible. Use at your own risk. Clear the logs immediately if you for some reason type in your wrong (but almost correct) password. This might change in a future version.

安裝方式

  1. Create a HonnyPotter directory in /wp-content/plugins/ and upload all the files there.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to the settings panel under Settings > HonnyPotter
  4. Here you can alternatively change the log name. We autogenerate a random name on plugin installation.
  5. All failed login attempts will be logged to the log file.

常見問題集

Will my actual username and password be saved?

No. Only failed attempts get recorded in the logs.

How do I clear the logs?

FTP or access the WordPress installation, navigate to the HonnyPotter folder and delete the log.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈HonnyPotter〉的開發相關工作。

參與者

將〈HonnyPotter〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3

  • Added some links to the GitHub repo, and information re: how to contact me for bugs or issues.

1.2

  • Fixed issue [Fatal error :( #1](https://github.com/MartinIngesen/HonnyPotter/issues/1) by rewriting the code for randomizing logfile-names.

1.1

  • First version.