Admin Safety Guard
Admin Safety Guard locks down the two places WordPress sites actually get broken into: the login form and the admin area. You don’t need to know what a firewall rule is to use it. Turn on a switch, pick a number, save. The plugin handles the rest and shows you, in plain words, what it blocked and what still needs your attention. If you have ever looked at your login log and seen hundreds of failed attempts for a user called “admin” that you never created, this plugin is for you. How WordPress sites get broken into Almost every automated attack follows the same three steps: A bot loads yoursite.com/wp-login.php, because that address is the same on every WordPress site in the world. It guesses usernames and passwords, thousands of times an hour, until one works. Once it’s in, it installs a backdoor, injects spam links, or quietly adds itself as an administrator. Admin Safety Guard breaks that chain at every step, and every feature below is free. Free features Limit login attempts (on by default) Lock out an IP address after a set number of failed sign-ins. You choose how many attempts are allowed, how long the lockout lasts, and what the person sees. Keep failing and the address is blocked for a full 24 hours. This is the one feature that switches itself on when you activate the plugin, so your site is covered before you configure anything. It doesn’t only watch wp-login.php. XML-RPC, application passwords and custom theme login forms all count towards the same limit, which is how most bots get around simpler login limiters. Add your own IP to the trusted list so you can never lock yourself out. Single addresses, CIDR ranges (203.0.113.0/24), wildcards (203.0.113.*) and IPv6 all work. Custom login URL Move your sign-in page to an address only you know, like yoursite.com/office-door. After that, wp-login.php and wp-register.php return a 404 for everyone, so scanners find nothing to attack. It works on root installs, WordPress in a subfolder, and multisite. Reserved slugs that would break your site are rejected before you can save them. Two-factor authentication by email After the password comes a one-time code, sent to the user’s inbox. A stolen password on its own becomes useless. You decide which roles need it (administrators and editors only, for example), how many digits the code has, how long it stays valid, and how many wrong guesses are allowed before it’s destroyed. The email is styled by default, and you can write your own subject and body if you’d rather. Google reCAPTCHA (v2 and v3) Add reCAPTCHA to your login form to stop bots before they ever submit a password. Both the “I’m not a robot” checkbox and the invisible v3 score check are supported. Paste in your site key and secret key, pick a version, done. Session security Everything above protects the sign-in. This protects what happens after it. WordPress keeps a session alive for two days, or fourteen if someone ticked “Remember Me” – however long the laptop sits open in a coffee shop. Sign people out after a period of inactivity, shorten the maximum session length, end every other session when someone changes their password, and optionally tie a session to the IP address it started from so a copied cookie stops working elsewhere. IP blocking Some addresses don’t deserve a second chance. Add them to the permanent block list and they never reach your login page again. You can also block an address in one click straight from the login log. Login logs and activity tracking A real audit trail: every successful sign-in and every failed attempt, with username, IP address, browser, and timestamp. Search it, sort it, page through it, export it to CSV for a client report, or clear out old entries by date range. You can also get an email the first time an administrator signs in from an address that account has never used before. That’s often the earliest sign that a password has leaked. Threats blocked Every block the plugin performs is recorded in one place: lockouts, blocked addresses, failed reCAPTCHA checks, wrong two-factor codes, blocked XML-RPC requests, username-discovery attempts. The dashboard shows what was stopped and when, so “is anything actually happening?” has a real answer. Security score The score grades your site, not the plugin. It checks the things that matter – HTTPS, whether core and PHP are current, whether an account is literally called “admin”, whether your usernames are public, whether file editing is still enabled – and weighs them against the protections you have switched on. Anything critical gets flagged at the top of your admin screen until it’s dealt with. Privacy hardening Nine one-click switches that close the small leaks attackers use for reconnaissance: Disable XML-RPC Block username discovery through ?author=1 and the REST users endpoint Show one generic error instead of telling people which half of the login was wrong Hide your WordPress version from page source, feeds and asset URLs Remove the RSD, Windows Live Writer and shortlink meta tags Disable pingbacks so your site can’t be used to flood someone else’s Disable the theme and plugin file editors Send browser security headers (clickjacking, MIME sniffing, referrer leaks, camera and microphone access) Disable application passwords Password protect the whole site Put a password in front of everything. Handy for staging sites, client previews and coming-soon pages. Choose how long access lasts and which roles skip it. Hide the admin bar by role Decide which roles see the toolbar on the front end. Hide it from subscribers and customers, keep it for editors and administrators. Brand your login page Swap the WordPress logo for yours, set its size, where it links to, and its alt text. Change the page background (colour or image), the form background, text, link and button colours, round off the corners, hide the links you don’t want, tick “Remember Me” by default, or write your own CSS. Ready-made templates are included if you’d rather not fiddle. Firewall and malware overview One screen showing your firewall status, with a link to our free Deep Malware Cleaner plugin for scanning and cleanup. If it’s already installed, the screen takes you straight to it. Pro features Admin Safety Guard Pro adds the tools agencies and busier sites tend to ask for. Passwordless login (magic links) Users click a one-time link in their email instead of typing a password. The link works once and then expires. 2FA with an authenticator app Google Authenticator, Authy and anything else that speaks TOTP. Users scan a QR code once and generate codes on their phone from then on – no email delivery to wait for. Social login Let people sign in with Google, Facebook or other accounts they already have, while you keep control of which providers are allowed. Database prefix check The default wp_ prefix is known to every attacker and makes SQL injection easier to write. This finds your current prefix and walks you through changing it safely. Strong password enforcement Set a minimum password strength. Weak passwords get rejected at the point they’re created, not after an incident. Advanced web application firewall Inspect incoming requests and block SQL injection and cross-site scripting payloads before WordPress ever sees them. Run it in monitor-only mode first, whitelist trusted addresses, block user agents, and cap request size. Malware scanning and cleanup Handled by our separate free plugin, Deep Malware Cleaner, rather than a second half-built scanner in here. Upgrade to Pro to unlock all Pro features. Who uses it Bloggers and content creators – protection that runs in the background with nothing to maintain. Small business owners – your site is your shopfront. A hack costs you customers and takes days to clean up. WooCommerce stores – customer records, addresses and order history sit behind that login form. Lock it properly. Freelancers and web designers – hand over a site that’s already hardened and branded, without a security bill attached. Agencies – the same repeatable setup across every client site, with logs you can export when someone asks what happened. Developers – every limit, message and redirect is configurable, and the features are built on standard hooks and filters you can extend. What’s different about it Light. Admin assets only load on the plugin’s own screens, and only the code for the screen you’re actually looking at. Nothing is added to your front end. Useful straight away. Limit login attempts switches itself on at activation. You’re protected before you open the settings. Honest about free vs Pro. Pro features are visible and clearly labelled. Nothing pretends to be free and then asks for a card. Written to WordPress standards. Inputs sanitised, output escaped, nonces on every request, prepared statements on every query, and a real uninstall routine that removes its own data when you delete it. Support Free support is on the WordPress.org forum. For anything Pro-related or urgent, use our contact form. External Services This plugin uses the following third-party and external services: 1) Google reCAPTCHA (Google LLC) Purpose: Used to protect forms from spam and automated abuse. When it is used: – When reCAPTCHA is enabled in plugin settings – On login forms and support forms protected by reCAPTCHA What data is sent: – User IP address – reCAPTCHA response token generated by Google – Browser information as required by Google reCAPTCHA Service provider: Google LLC Terms of Service: https://policies.google.com/terms Privacy Policy: https://policies.google.com/privacy 2) ThemePaste API (Plugin Author Service) Purpose: Used for: – Collecting optional admin email addresses for plugin updates and notifications – Sending support requests from the plugin support form – Collecting optional feedback when a user attempts to deactivate the plugin – Managing plugin-related notifications (only if the user provides contact details) When it is used: – When a user submits the built-in support form – When a user opts to send diagnostic information – Submitting the optional deactivation feedback form What data is sent: – Name – Email address – Phone number (if provided) – Message content – Site URL – Plugin name – Feedback text (if provided) – Support message content – Deactivation reason (if provided) No data is sent without user action. Service provider: ThemePaste.com Terms of Service: https://themepaste.com/terms-condition Privacy Policy: https://themepaste.com/privacy-policy Development / Source Code This plugin ships compiled JavaScript bundles in: – assets/admin/build/*.bundle.js The original, human-readable source files are included in this plugin under: – spa/admin/ They are also available at https://github.com/themepaste/admin-safety-guard Build Tools – Node.js (LTS recommended) – npm – Webpack + Babel Source Entry Points The admin SPA bundles are built from the following entry points: spa/admin/login-template/Main.jsx -> assets/admin/build/loginTemplate.bundle.js spa/admin/login-logs-activity/Main.jsx -> assets/admin/build/loginLogActivity.bundle.js spa/admin/analytics/Main.jsx -> assets/admin/build/analytics.bundle.js spa/admin/security-core/Main.jsx -> assets/admin/build/securityCore.bundle.js spa/admin/firewall-malware/Main.jsx -> assets/admin/build/firewallMalware.bundle.js spa/admin/privacy-hardening/Main.jsx -> assets/admin/build/privacyHardening.bundle.js spa/admin/2fa-using-mobile-app/Main.jsx -> assets/admin/build/twoFAUsingMobileApp.bundle.js React and the webpack runtime are extracted into shared chunks (framework.bundle.js and runtime.bundle.js) so they are downloaded once rather than being inlined into every bundle. Install Dependencies From the plugin root directory (where package.json lives): 1) Install dependencies: npm install Build (Production) To generate the production bundles: npm run build Output Location Webpack outputs the compiled bundles to: assets/admin/build/[name].bundle.js Important Notes – Do not edit files in assets/admin/build/ directly. They are generated files. – Edit the source files under spa/admin/ and re-run the build command. – For WordPress.org distribution, production builds should be used (mode=production). Links Website Documentation Pro Version Facebook Pinterest LinkedIn Instagram
Top keywords
- admin30×1.51%
- login17×0.85%
- build14×0.70%
- bundle12×0.60%
- js12×0.60%
- assets11×0.55%
- bundle js11×0.55%
- site11×0.55%
- wordpress11×0.55%
- address10×0.50%
- admin build10×0.50%
- assets admin10×0.50%
Kadence Security – Password, Two Factor Authentication, and Brute Force Protection
Reduce your WordPress website’s risk to nearly zero with Kadence Security Formerly iThemes Security. Looking for iThemes? Learn more here. On average, 30,000 websites are hacked every day.* Cyberattacks in the US increased by 57% in 2022.** Bad actors who want to hack your site, steal your data, and cripple your business are a 24/7/365 threat. You need a proactive, strategic approach to WordPress website security that protects your site from brute force attacks, malware infections, and other cyber threats. Kadence Security shields your site from cyberattacks and prevents security vulnerabilities. It automatically locks out bad users identified by our Brute Force Protection Network that is nearly 1 million sites strong and leverages your own blacklist. It secures and protects your most commonly attacked part of your WordPress website – user login authentication. With Patchstack integration (Pro) protects your site before you even have a chance to address vulnerabilities and before a plugin or theme vendor or developer can even issue a patch. That’s 24/7/365 always-on truly Kadence Security. 🌐 Secure your Website in Minutes The Kadence Security setup and onboarding experience allows anyone to secure their WordPress website in under 10 minutes, regardless of technical acumen. Knowing that you have enabled all the right security settings for your website will leave you feeling like your site has never been more secure. 📚 Security Site Templates to Fit Your Type of Site Enabling the correct security settings based on the type of website you are building or maintaining is essential for proper security. An eCommerce site requires a different level of security than a basic blog. Kadence Security Site Templates make it quick and easy to apply the right security settings for your website. Choose from six different site templates to apply the type of security your site needs: Ecommerce – websites that sell products or services Network – websites that connect people or communities Non-Profit – websites that promote your cause and collect donations Blog – websites that share your thoughts or start a conversation Portfolio – websites that showcase your craft Brochure – simple websites that promote your business ⌚ Real-Time Website Security Dashboard Every day, lots of activity is happening on your website that you can’t see. Many of these activities can be related to your site’s security, so monitoring these events is vital to keeping your site secure. The Kadence Security Pro plugin provides a real-time WordPress security dashboard that monitors security-related events on your site around the clock. The Kadence Security Dashboard is a dynamic dashboard with all your WordPress website’s security activity stats in one place, including brute force attacks, banned users, active lockouts, site scan results, and user security stats (Pro). 🗝️ WordPress Login Security Setting up and maintaining proper WordPress configurations and managing user account access are essential aspects of hardening your site against threats and vulnerabilities. Basic and Pro include features that address both of these factors. Two Factor Authentication (2FA) – Make your WordPress login nearly impenetrable to attack by requiring users to enter a security code along with a password to login. The Kadence Security plugin allows you to add two-factor authentication to your WordPress login with several authentication methods, including mobile apps like Authy and Google Authenticator, email, and backup codes. Password Requirements – Create and enforce a password policy for your users in less than a minute. reCAPTCHA (Pro) – Stop bad bots from engaging in abusive activities on your website, such as attempting to break into your website using compromised passwords, posting spam, or even scraping your content. Passwordless Logins (Pro) – WordPress security made easy. Secure your user accounts with 2fa & strong passwords while allowing real users login with a click of a mouse. Trusted Devices (Pro) – Identify the devices you and other users use to block session hijacking attacks and limit Administrator privileges to Trusted Devices. Automated Vulnerability Patching (Pro) – Kadence Security Pro includes Patchstack which patches vulnerabilities before you have a chance to and applies fixes even before a plugin developer or vendor has issued a patch. Learn more about how passwordless login is the future and how Kadence Security can help you implement it today. 👨👩👧👦 The Right Amount of Security for Every User Level Different types of user levels require different levels of security. During the Kadence Security setup process, you can identify your website’s key user groups. Once the different types of users are identified, you can apply the level of security that is just right for each user group. Here are a couple of examples of how User Groups are useful for securing your site: For Clients – Let’s say you are configuring Kadence Security on a client’s website. You will decide whether or not they are required to use two-factor authentication and if they should have access to the Kadence Security settings. For Customers – If you have an eCommerce website, you will decide whether or not you want to protect customer accounts with a password policy. Privilege Escalation (Pro) also adds a safe, secure way to grant temporary admin-level access to your website. 🤖 Block Bad Bots & Ban User Agents with Lockouts Ban Users (Basic and Pro) – Permanently block repeat offenders from accessing your site. Local Brute Force Protection – Automatically identify and stop the most common method of attack on WordPress sites. Local Brute Force Protection (Basic and Pro) – Automatically identify and stop the most common method of attack on WordPress sites. Network Brute Force Protection (Basic and Pro) – The network is the Kadence Security community and is nearly one million websites strong. If someone tries to break into websites in the Kadence Security community, Kadence Security will block them across the network. Magic Links (Pro) – Security shouldn’t get in your way. Magic Links allow you to log in to your WordPress site while your username is locked out by the Kadence Security Local Brute Force Protection feature. 🔍 Monitor Your Site’s Security Health File Change Detection (Basic and Pro) – Kadence Security logs changes made to your website that can help detect malicious activity on your website. Site Scanner (Basic and Pro) – Schedule checks to run four times per day (Basic) or hourly (Pro) for known vulnerabilities of WordPress core file, plugins and themes. Using the Google Safe Browsing API, the Site Scan also checks your Google’s blocklist status and will alert you if Google has found any malware on your website. Patchstack integration (Pro) – Automated virtual patching of some vulnerabilities before you even have a chance to address them yourself, and before a plugin or theme vendor or developer can even issue a patch. Site Scanner (Pro) – Unlock Version Management to automatically apply a patch to vulnerable software detected by the Site Scan when one is available. User Logging (Pro) – Keep a record of user activity in your WordPress security logs, including login/logout, user registration, adding/removing plugins, switching themes, changes to posts and pages, and more. Version Management (Pro) – The Version Management feature in Kadence Security Pro allows you to auto-update WordPress, plugins, and themes. Beyond that, Version Management also has options to harden your website when you are running outdated software and scan for old websites. 🧠 Smarter, More Actionable Vulnerability Prioritization Not all vulnerabilities pose the same level of risk, and the traditional Common Vulnerability Scoring System (CVSS) score doesn’t always reflect the realities of running a WordPress site. Kadence Security now uses the Patchstack Priority score, which goes beyond CVSS to provide a real-world risk assessment tailored to WordPress. It factors in how likely a vulnerability is to be exploited and its actual impact on your site. With Patchstack Priority, you get a clearer picture of what really matters, helping you focus on the vulnerabilities that pose the greatest risk, and worry less about noise from low-impact issues. 🛠️ Website Security Utilities Enforce SSL – Force all connections to the website to be made over SSL/TLS. Database Backups – Create backups of your WordPress database. (Not a complete backup.) Geolocation (Pro) – Improve Trusted Devices by connecting to an external location or mapping API. 🚀 Advanced Security Tools Identify Server IPs – Prevent issues caused by inadvertently locking out your server IPs. Change User ID 1 – Change the user ID for the first WordPress user, potentially preventing attacks that assume the user with ID1 exists and is an administrator. Change Database Prefix – Change the database prefix that WordPress uses, potentially preventing attacks that assume the database prefix is “wp_”. Check File Permission – See the file and directory permissions of key areas of your site. Server Config Rules – View or flush the server security rules generated by Kadence Security. wp-config.php Rules – View or flush the wp-config.php security rules generated by Kadence Security. Change WordPress Salts – Secure your site after a successful attack by changing the WordPress salts used to secure cookies and security tokens. Hide Login URL – change the login URL of your site, making it harder for bots to find your login page and attack it. 🛟 Need Help? Free support may be available with the community’s help in the WordPress.org support forums. Our Kadence Security support team provides top-notch technical support to all our Kadence Security Basic users there. Our Help Center will help you become an iThemes Security expert. Get additional peace of mind with professional support from our expert team and pro features to take your site’s security to the next level with Kadence Security Pro. Recover From a Hacked Site Kadence Security makes regular backups of your WordPress database, allowing you to get back online quickly in the event of a hack or security breach. Use Kadence Security to create and email database backups on a customizable schedule. For complete site backups and the ability to restore or move WordPress to a new host or domain, check out Solid Backups. Solid Central Integration Manage more than one WordPress site? Release lockouts and keep your themes, plugins, and WordPress core up to date from one dashboard with Solid Central. *Zippia. “30 Crucial Cybersecurity Statistics [2023]: Data, Trends And More” Zippia.com. Jun. 15, 2023, https://www.zippia.com/advice/cybersecurity-statistics/ **https://blog.checkpoint.com/2023/01/05/38-increase-in-2022-global-cyberattacks/ License Released under the terms of the GNU General Public License.