Bot Lockout
Bot Lockout is a security plugin that implements a lightweight cryptographic challenge system to distinguish between real browsers and automated bots. Unlike traditional CAPTCHA systems, it uses JavaScript-based cryptographic operations that are easy for humans but difficult for most bots to solve. Key Features Lightweight Protection: Uses minimal resources and doesn’t impact site performance Cryptographic Challenges: SHA-256 hashing with date and user agent binding Smart Whitelisting: Allow trusted bots (Google, Bing, etc.) and IP addresses Flexible Configuration: Exclude specific pages and customize block messages Comprehensive Logging: Track blocked attempts for analysis Custom Styling: Add custom CSS to match your site’s design Daily Token Expiration: Prevents long-term bypass attempts How It Works Initial Request: When a visitor accesses your site, the plugin checks for a valid challenge token JavaScript Challenge: If no token exists, a cryptographic challenge is presented Token Generation: The challenge combines the current date with the user agent string and creates a SHA-256 hash Secure Storage: The hash is base64 encoded, truncated, and stored as a secure cookie Validation: Subsequent requests are validated against the stored token Security Features Cryptographically Secure: Uses SHA-256 hashing algorithm Time-Bound: Tokens expire daily to prevent long-term bypass Browser-Specific: User agent binding prevents token sharing Secure Cookies: Implements proper cookie security settings Whitelist Support: Allow trusted services and IP addresses Multi-Site Support Bot Lockout supports WordPress Multi-Site installations with both network-wide and site-specific configurations: Network Activation: Apply settings to all sites in the network Site-Specific Activation: Independent settings for each site Mixed Configuration: Network-wide defaults with site-specific overrides Security Advisory Bot Lockout is one layer in a broader security strategy, not a silver bullet. While Bot Lockout is designed to deter automated bots and AI scrapers through cryptographic JavaScript challenges, no single solution can offer complete protection. Web scraping technologies continue to evolve, and determined actors may find ways to bypass front-end defenses. This plugin should be used as part of a multi-layered approach to website security. For best results, we recommend combining Bot Lockout with additional tools such as server-level firewalls, rate limiting, CAPTCHA systems, behavior-based threat detection, and CDN-level bot mitigation. Kognetiks makes no guarantee that this plugin will block all unwanted bot traffic. It is intended as a proactive, lightweight defense mechanism—not a comprehensive security system. Users are responsible for evaluating their own threat model and deploying appropriate complementary protections. Support For support, please visit the WordPress.org support forums or check the plugin documentation. Credits Developer: Kognetiks This plugin is licensed under the GPL v3 or later.
Top keywords
- bot7×1.66%
- security7×1.66%
- token6×1.43%
- bot lockout5×1.19%
- challenge5×1.19%
- cryptographic5×1.19%
- lockout5×1.19%
- support5×1.19%
- bots4×0.95%
- secure4×0.95%
- site4×0.95%
- agent3×0.71%
Selective Image Guard | A deterrent for unauthorized downloads and scraping
Selective Image Guard is a lightweight WordPress plugin that adds multiple layers of protection to your website’s images. It’s ideal for photographers, designers, and content creators who want to deter theft and unauthorized use of their visual content. Key Features Desktop Screenshot Prevention: Applies a blur filter to protected images when specific keyboard shortcuts for screenshots are detected. This is a deterrent, not a foolproof solution. Print Protection: Blurs protected images when a user attempts to print the page. Selective Protection: You control which images are protected. The plugin only affects images you mark as protected in the media library. How It Works Navigate to your media library and select the image you want to protect. Check the “Protect this image” option. The plugin will automatically apply front-end protections to the selected image to help prevent unauthorized access. Free Features The free version gives you solid protection against common image theft techniques: DevTools Detection – Prevents users from opening browser developer tools to inspect and steal images. JavaScript Disabling Detection – Detects when JavaScript is disabled, ensuring protections remain active. Desktop Screenshot Prevention – Blocks most attempts to capture screenshots of your images on desktop. Print Protection – Prevents printing of protected images directly from the browser. PRO Features The PRO version unlocks advanced and flexible controls for complete image protection: Bulk Protection – Quickly apply protection to all images across your website with a single setting. Featured Images Protection – Protects your WordPress featured images from theft. Protection by Post Type – Apply image protection only where you need it (e.g., posts, pages, custom post types). WooCommerce Product Galleries – Keep your product images safe and protect your online shop from unauthorized copying. Watermark – Automatically add a customizable watermark to your images for extra security. Premium Support – Get direct, priority support from the plugin author. Don’t understimate the value of a deterrent. This plugin provides a deterrent, not a foolproof solution. No client-side technique can offer 100% protection against a determined attacker. But don’t underestimate the value of a deterrent. Think about the methods used to keep mosquitoes away. Even if they don’t work 100%, would you rather be surrounded by hundreds of mosquitoes or just a couple? That’s the idea of a deterrent. Examples of Use Here are several examples where you would want to display an image on a site but discourage people from sharing it: Online course slides – You want students to see diagrams or infographics, but not download or redistribute them outside your platform. Stock photography previews – You show high-resolution images to logged-in subscribers, but do not want those same images shared publicly without a license. Members-only content – For example, fitness programs or meal plans with recipe cards as images, visible only to paying members. Confidential documents – An internal portal where staff see charts or scanned reports, but you do not want them forwarded outside the company. Product prototypes – Showing early design mockups (e.g. fashion sketches or unreleased product photos) to investors or testers, but preventing leaks to competitors. Protection against unauthorized scraping – Preventing automated bots from copying images and republishing them without permission. E-commerce product photos – Protecting your catalog from competitors scraping product images to use in their own stores. Real estate listings – Preventing property photos from being scraped and reused on unauthorized portals. Artistic portfolios – Protecting photographers, illustrators, and designers from having their portfolio images scraped and reused without attribution. News and media outlets – Protecting journalistic images from being scraped and re-hosted by content farms. Stock agencies – Protecting preview images (with or without watermarks) from being scraped in bulk to avoid licensing. Recipe or DIY blogs – Protecting step-by-step photos from being scraped and republished elsewhere. More Information About Image Protection For more details about image protection and the limitations of client-side techniques, read the article: How to Protect Images on WordPress (And How to Prevent Theft) Credits Developed by Jose Mortellaro