PHPGate - block wp-login brute force, block or rate-limit known bots

Post Reply
User avatar
myVesta
Site Admin
Posts: 997
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 10 times
Been thanked: 6 times

What is PHPGate:
PHPGate is a PHP script that will be executed before every http request to the PHP script.
It is designed to prevent brute-force attacks on WP-Login and to block or rate-limit bots.
You can easily tweak and customize it (in phpgate-conf.php) to block custom URL login failures or custom Agent strings.

What is doing PHPGate:
  • Prevent wp-login.php failed login attempts (brute-force attacks)
  • Rate-limit good bots (ChatGPT, Claude, Facebook, Ahrefs), and block bad bots
Source code: List of rate-limited and banned bots: How to install:

Code: Select all

v-commander 'inst pgw'

Tags:
Post Reply