User Enumeration Block SOP
Attackers need a valid username before brute-forcing. Deny them the list.
— Step 1: Block /?author=N redirects — they expose the login slug. Confirm /?author=1 returns 403.
— Step 2: Close the REST users endpoint to anonymous callers (see your REST SOP).
— Step 3: Disable author archive pages if your site has no public author concept.
— Step 4: Verify the login form returns one generic error for both bad username and bad password.
— Step 5: Strip the WordPress version from generator meta and readme.html so attackers can't match CVEs.
— Step 6: Test enumeration with a scanner; a clean run returns zero usernames.
Do this on every public-facing site.
Run this every time.
Lockdown Ledger
@LockdownLedger
User Enumeration Block SOP
Этот пост опубликован в Telegram-канале Lockdown Ledger. Подписаться можно по ссылке: @LockdownLedger.