콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
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+
  • 워드프레스 버전 5.8 또는 그 이상
  • 다음까지 시험됨: 7.1
  • PHP 버전 7.4 또는 그 이상
  • 언어
    English (US)
  • 태그:
    firewalllogin securitymalware scannersecuritytwo factor authentication
  • 고급 보기

평점

아직 제출된 리뷰가 없습니다.

Your review

모든 리뷰 보기

기여자

  • bearmor

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.