跳至内容
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 新闻
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress
WordPress.org

Plugin Directory

Bearmor Security

  • 提交插件
  • 我的收藏
  • 登录
  • 提交插件
  • 我的收藏
  • 登录

Bearmor Security

作者:bearmor
下载
  • 详情
  • 评价
  • 开发进展
支持

描述

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

屏幕截图

评价

此插件暂无评价。

贡献者及开发者

「Bearmor Security」是开源软件。 以下人员对此插件做出了贡献。

贡献者
  • bearmor

帮助将「Bearmor Security」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

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

额外信息

  • 版本 1.1.0
  • 最后更新:2 周前
  • 活跃安装数量 70+
  • WordPress 版本 5.8 或更高版本
  • 已测试的最高版本为 7.1
  • PHP 版本 7.4 或更高版本
  • 语言
    English (US)
  • 标签
    firewalllogin securitymalware scannersecuritytwo factor authentication
  • 高级视图

评级

尚未提交反馈。

您的评价

查看全部评论

贡献者

  • bearmor

支持

有话要说吗?是否需要帮助?

查看支持论坛

  • 关于
  • 新闻
  • 主机
  • 隐私
  • 陈列窗
  • 主题
  • 插件
  • 区块样板
  • 学习
  • 支持
  • 开发者
  • WordPress.tv ↗︎
  • 参与
  • 活动
  • 捐赠 ↗
  • 周边商品 ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

China 简体中文

  • 关注我们的 X(原 Twitter)账号
  • 访问我们的 Bluesky 账号
  • 关注我们的 Mastodon 账号
  • 访问我们的 Threads 账号
  • 访问我们的 Facebook 公共主页
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
  • 访问我们的 TikTok 账号
  • 访问我们的 YouTube 频道
  • 访问我们的 Tumblr 账号
代码如诗
The WordPress® trademark is the intellectual property of the WordPress Foundation.