Přeskočit na obsah
WordPress.org

Česko

  • Šablony
  • Pluginy
  • Novinky
  • Podpora
  • O WordPressu
  • Openverse
  • Vzory
  • Komunitní podpora
  • Překlady
  • Kontakt
  • Získejte WordPress
Získejte WordPress
WordPress.org

Plugin Directory

Bearmor Security

  • Odeslat plugin
  • Moje oblíbené
  • Přihlásit se
  • Odeslat plugin
  • Moje oblíbené
  • Přihlásit se

Bearmor Security

Autor: bearmor
Stáhnout
  • Podrobnosti
  • Hodnocení
  • Vývojáři
Podpora

Popis

Bearmor Security

Professional WordPress security plugin with comprehensive malware protection, file integrity monitoring, and login security. Almost entirely free, with optional PRO features for advanced needs.

Core Features (100% Free)

Malware Scanner
– Deep file scanning for backdoors, web shells, and malicious code
– Pattern matching and heuristic detection
– One-click quarantine for threats
– Whitelist false positives
– Scans WordPress root and wp-content PHP files, the active theme, mu-plugins, and uploads (plugin directories are vendor-maintained and excluded)

File Integrity Monitoring
– Tracks changes to WordPress core files, the active theme, and mu-plugins
– Detailed change logs showing what, when, and where
– Instant quarantine for suspicious modifications
– Mark legitimate changes as safe

Login Security
– Brute force protection with automatic IP blocking
– Complete login activity log
– Geographic tracking for login attempts
– Two-factor authentication (2FA) via email

Security Hardening
– 25+ hardening rules in three tiers: Baseline, Access Hardening, and Lockdown
– Every rule documents what it does, what it might break, and how to test it
– Built-in self-test probes your site from the outside and verifies enabled rules actually work
– „Freeze Site“ preset for finished sites: block all updates, uploads, and new users
– Login IP allowlist, hourly file tripwire with instant email alerts
– Security headers, XML-RPC off, user enumeration blocking, and more

Firewall
– Web application firewall blocks SQL injection, XSS, and command injection
– Rate limiting to prevent DDoS attacks
– Country blocking with geo-IP detection
– Honeypot protection for forms

Activity Logging
– Track all administrative actions
– Filter by user, action type, or date
– Essential audit trail for multi-user sites

Security Dashboard
– Clear overview of security status
– Security score (0-100) with per-area breakdown
– Threat alerts and recommendations
– Clean, focused interface

Optional PRO Features

The free version provides complete security protection. PRO adds optional enhancements:

  • Vulnerability Scanner – Automated CVE checks for plugins and themes
  • AI Security Analysis – Plain-English explanations of security issues
  • Uptime Monitoring – 24/7 external monitoring with instant alerts

Learn more about PRO features

Why Bearmor?

Most Powerful Free Tier
Unlike competitors, Bearmor includes malware scanning, file monitoring, firewall, quarantine, and 2FA in the free version. Features other plugins lock behind paid plans are free here.

Performance Focused
Efficient scanning with minimal server impact. No bloat, no unnecessary features.

Professional Interface
Clean dashboard that shows what matters. No confusion, no clutter.

Privacy Respected
Free users only send basic registration data (URL + email). Security scan data stays on your server unless you enable PRO AI analysis.

Quick Start

  1. Install and activate Bearmor Security
  2. Run your first malware scan from the dashboard
  3. Enable recommended hardening options
  4. Set up 2FA for your account

No configuration required. Works immediately.

External Services

Free Users:
– Bearmor API (bearmor.eu) – License verification and registration
– WordPress.org API – Core file integrity checks
– IP-API.com – Geographic data for login tracking

PRO Users (additional):
– Bearmor API – Uptime monitoring and vulnerability data
– OpenAI API – AI security analysis

All connections use HTTPS encryption. No security scan data leaves your server in the free version.

Privacy Policy
Terms of Service

Support

  • Documentation
  • Support Forum
  • Email: security@bearmor.eu (PRO users receive priority support)

Privacy & Data

Free Users:
– Site URL (installation identifier)
– Admin email (security notifications)
– Plugin version (update checks)

PRO Users (additional):
– Security scan results (AI analysis only)
– Uptime monitoring data (ping responses)

We Never:
– Sell data to third parties
– Track website visitors
– Store passwords or sensitive user data
– Share data without explicit consent

Data is encrypted in transit, stored on EU servers, and automatically deleted after 90 days. Request data deletion anytime at security@bearmor.eu.

Full Privacy Policy

Snímky obrazovky

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Bearmor Security je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci
  • bearmor

Přeložte “Bearmor Security” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.1.0

  • New: Hardening expanded to 25+ rules in three tiers — Baseline (safe everywhere), Access Hardening, and Lockdown (for frozen sites).
  • New: Every hardening rule now documents what it does, what it might break, and how to test it after enabling.
  • New: Hardening self-test — probes your site anonymously from the outside and verifies each enabled rule actually takes effect, plus warns about known conflicts with active plugins (Jetpack, WooCommerce, Contact Form 7).
  • New: „Freeze Site“ preset for finished sites: DISALLOW_FILE_MODS, block all uploads, block new user creation, hourly file tripwire with instant email alerts, and a login IP allowlist (with a wp-config escape hatch if you lock yourself out).
  • New: Tier 1 rules — HSTS header, pingback disabling, head cleanup (RSD/wlwmanifest/shortlink), oEmbed discovery off, REST user-listing block, directory browsing off (.htaccess).
  • New: Tier 2 rules — Application Passwords off, forced registration off, comments off, author archives off, PHP execution blocked in uploads (.htaccess), RSS feeds off, REST API restricted to logged-in users.
  • Fix: Force SSL redirect never fired (the hook only registered when the request was already HTTPS).
  • Fix: Deactivating the plugin now removes ALL scheduled tasks (previously ~9 cron events were left behind).
  • Fix: Pro cron jobs (vulnerability scan, AI analysis, uptime sync) are no longer scheduled on free plans, and are cleaned up automatically on downgrade.
  • Fix: File action audit entries (quarantine/restore/delete) were written to a table that never existed — they now appear in Security Logs.
  • Fix: Dashboard „next scan“ widget read a non-existent schedule and always showed „Not scheduled“.
  • Fix: Security score now counts hardening rules from the live rule registry, so fresh installs no longer show „0 rules on“ while headers are actually being sent.
  • Security: Client IP detection no longer trusts spoofable forwarded headers on direct connections (fixes login-block bypass and log poisoning).
  • Security: Uptime history AJAX endpoint now requires a nonce.
  • Maintenance: Removed dead code (unused batch processor, legacy OpenAI method, orphaned admin page) and updated „Tested up to“ to WordPress 7.1.

1.0.4

  • Release: Same changes as 1.0.3; version bump to restore WordPress.org auto-updates.

1.0.3

  • Fix: Vulnerability matcher reported false positives for unfixed and eq feed records.
  • Fix: Matcher now correctly combines min/max bounds and handles the eq operator.
  • Fix: Example: WooCommerce 10.x no longer flagged for a 7.1.0-only issue.
  • Fix: Existing false-positive vulnerability rows and cached API responses are purged on upgrade and re-evaluated silently with the corrected matcher.
  • Fix: Dashboard uptime auto-sync never fired due to an incorrect admin page slug check.
  • Change: Vulnerability scanning, AI Security Analysis, and 24/7 Uptime Monitoring are now correctly limited to Pro plans on the backend (not just hidden in the UI).
  • Security: Call-home requests (license verify, uptime, AI analysis, subscription) now authenticate with the per-site key.
  • Maintenance: Site registration now initialises on activation; removed dead code and leftover .bak files.

1.0.2

  • Fix: Fatal error in cron-based file integrity check — Bearmor_Checksum::get_checksum() was renamed to get_stored() and the call site was not updated, causing daily scans to crash and trigger a WP recovery email
  • Fix: Hash algorithm mismatch in check_root_directory() — baseline stored SHA-256 but integrity comparison used SHA-1, causing all root-level files to be incorrectly flagged as changed

1.0.1

  • Initial public release

Meta

  • Verze 1.1.0
  • Poslední aktualizace před 2 dny
  • Aktivních instalací 70+
  • Verze WordPressu 5.8 nebo novější
  • Testováno až do WordPressu 7.1
  • Verze PHP 7.4 nebo novější
  • Jazyk
    English (US)
  • Štítků
    firewalllogin securitymalware scannersecuritytwo factor authentication
  • Podrobnosti

Hodnocení

Zatím nebyly zadány žádné recenze.

Vaše hodnocení

Zobrazit všechny recenze

Spolupracovníci

  • bearmor

Podpora

Potřebujete pomoc?

Fórum podpory

  • O WordPressu
  • Novinky
  • Hosting
  • Soukromí
  • Příklady
  • Šablony
  • Pluginy
  • Vzory
  • Vzdělávání
  • Podpora
  • Vývojáři
  • WordPress.TV
  • Zapojte se
  • Události
  • Podpořit
  • Swag ↗
  • WordPress.com
  • Matt
  • bbPress
  • BuddyPress
WordPress.org
WordPress.org

Česko

  • Navštivte náš účet na X (dříve Twitter)
  • Navštivte náš Bluesky účet
  • Navštivte náš účet Mastodon
  • Navštivte náš Threads účet
  • Navštivte naši stránku na Facebooku
  • Navštivte náš Instagram účet
  • Navštivte náš LinkedIn účet
  • Navštivte náš TikTok účet
  • Navštivte náš YouTube kanál
  • Navštivte náš Tumblr účet
Code is Poetry.
The WordPress® trademark is the intellectual property of the WordPress Foundation.