
內容簡介
每次失敗的登入試圖都會被紀錄,如果超過了可配置的閾值,該外掛程式將會在 .htaccess 中封鎖對 wp-login.php 的存取,因此駭客將無法再嘗試,同時也不會浪費服務器資源。
如果同一個 IP 地址在第一個封鎖期限之後仍然繼續嘗試,就可以將其徹底封鎖以禁止其訪問網站。
在 .htaccess 中封鎖訪客是阻止網頁濫用和浪費服務器資源最簡單和最節省資源的方法。
自 v0.6 版本以來,該外掛程式還應記錄和阻止 XML-RPC 的濫用者。
外掛標籤
開發者團隊
原文外掛簡介
Every failed login is counted and if configurable threshold is hit, plugin will block access to wp-login.php in .htaccess, so
that hijackers won’t be able to try anymore and at the same time – won’t use server resources.
If the same IP keeps trying after first block has expired, it is possible to block it from accessing website completely.
Blocking visitor in .htaccess is the most simple and most resource friendly way of stopping webpage abuse and wasting server resources.
Since v0.6 plugin should also log and stop XML-RPC abusers.
