
內容簡介
WP Fail2Ban Redux可以記錄多種WordPress事件,以供與Fail2Ban整合並儲存在伺服器的系統記錄中。
這個外掛程式主要取代了WP fail2ban,原作者是Charles Lecklider。
雖然WP fail2ban是一個很好的外掛程式,但還有很多需要改進的地方。為了實現這些改進,必須對程式碼進行重大的重構。
WP Fail2Ban Redux和WP fail2ban之間的核心功能是相同的。WP Fail2Ban Redux被認為是一個大部分可以直接取代的替代方案,因為所有的常數都已被替換為過濾器,可能需要一些升級工作,但不用擔心,實現常數其實非常簡單。
以下事件會被預設記錄:
XML-RPC身份驗證失敗的嘗試。
成功身份驗證的嘗試。
身份驗證失敗的嘗試 - 區分使用者是否存在。
Pingback錯誤。
以下事件可以透過過濾器啟用:
Pingback請求。
阻止使用者枚舉嘗試。
對已封鎖使用者名稱的身份驗證嘗試。
垃圾評論。
更多的文檔可以在WP Fail2Ban Redux GitHub Wiki上找到。
外掛標籤
開發者團隊
原文外掛簡介
WP Fail2Ban Redux records various WordPress events to your server’s system log for integration with Fail2Ban.
This plugin is (mostly) a drop-in replacement for WP fail2ban by Charles Lecklider.
While WP fail2ban is a great plugin, there are a number of improvements that could be made. In order to facilitate these improvements, a major refactoring of the codebase was necessary.
The core functionality between WP Fail2Ban Redux and WP fail2ban remains the same. WP Fail2Ban Redux is considered to be mostly a drop-in replacement, because all constants have been replaced with filters, and will, possibly, require some upgrade work. Don’t work it’s as simple as implementing the constants.
The following events are recorded by default:
Failed XML-RPC authentication attempts.
Successful authentication attempts.
Failed authentication attempts — differentiated by a user’s existence.
Pingback errors.
The following events can be enabled via filter:
Pingback requests.
Blocked user enumeration attempts.
Authentication attempts for blocked usernames.
Spammed comments.
Extra documentation is available on the WP Fail2Ban Redux GitHub Wiki.
