WP Manifestindependent plugin directory
manifest / security / bc-security

BlueCrocus Security

WordPress security — brute force protection, user enumeration blocking, and form spam filtering with honeypot and keyword detection.

by Blue Crocus · github.com/tales-bluecrocus/bc-security · website

0stars
32release downloads
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/tales-bluecrocus/bc-security/releases/download/v2.2.3/bc-security.zip

From the readme

BlueCrocus Security WordPress security plugin that protects against user enumeration, brute force attacks, and form spam. Features Brute Force Protection Blocks brute force attacks across all three WordPress authentication vectors: | Vector | Method | Protection | |--------|--------|------------| | wp-login.php | POST with log + pwd | IP rate limit — 5 attempts, 15min lockout | | XML-RPC | wp.getUsersBlogs via xmlrpc.php | Disabled entirely | | JWT Auth | POST to /wp-json/jwt-auth/v1/token | IP rate limit — shared with wp-login | How it works: - After 5 failed login attempts, the IP is locked out for 15 minutes - The counter is shared between wp-login and JWT (failures on one count toward the other) - Responds with HTTP 429 (Too Many Requests) and Retry-After header - Successful login clears the counter automatically Why is XML-RPC disabled entirely? XML-RPC supports system.multicall, which allows testing hundreds of passwords in a single HTTP request. Per-request rate limiting is insufficient — an attacker can send 500 passwords per request. The only effective protection is disabling the endpoint. User Enumeration Protection Prevents attackers from discovering valid user

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v2.2.3 Mar 30, 2026 bc-security.zip 13
v2.2.2 Mar 26, 2026 bc-security.zip 1
v2.2.1 Mar 26, 2026 bc-security.zip 6
v2.2.0 Mar 26, 2026 bc-security.zip 1
v2.1.1 Mar 26, 2026 bc-security.zip 4
v2.1.0 Mar 26, 2026 bc-security.zip 5
v2.0.1 Mar 25, 2026 bc-security.zip 2