CMS Security
Drupal Admin Login Page Protection Check
The Drupal admin login page is a prime target. Check that a CAPTCHA is in place to limit brute‑force attacks and strengthen site security.
What this test checks
This test checks for a CAPTCHA on the Drupal admin login page (usually /user/login). Without it, attackers can use automated scripts to guess admin credentials, leading to a complete takeover of your Drupal site.
Our recommendation
Protect the admin login page with a CAPTCHA via modules like Google reCAPTCHA or hCaptcha. Also enable login attempt limiting (Login Security), two‑factor authentication (2FA), and email notifications on failed logins. Change the admin URL if possible.
Security tests