Block Default Login Attempts

Plugin Banner

Block Default Login Attempts

by Beej

Download
Description

The greatest hack focus on a WordPress site seems to be trying to log in with
the default username “admin”. This plugin detects all login attempts with that
username and exits with a 403 Forbidden header. This should eventually
discourage login bots from continuing to pound your site.

All attempts are logged inside the /wp-content/plugin-data folder, just in case
you need the info. Logs are kept for up to 30 days.

  1. Create a unique administrator account, if necessary.
  2. Assign all admin posts to this alternate administrator account.
  3. Delete the default admin account.
  4. Alternatively, use a plugin or database access to change the default username.
  5. When there’s no longer an “admin” user, just upload, install and activate.
  1. A screenshot of a typical log entry

    A screenshot of a typical log entry

  2. Block attempts counter

    Block attempts counter

Back to top