Linux 软件免费装
Banner图

Blueternal BOLT Security Toolkit

开发者 blueternalsolutions
jfgamsby
更新时间 2026年5月18日 01:26
PHP版本: 8.0 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

security reports monitoring scanner hardening

下载

0.6.9

详情介绍:

Blueternal BOLT Security Toolkit (BOLT) scans your WordPress site and hosting environment for security issues, surfaces plain-English findings in wp-admin, and gives you step-by-step fix instructions for every check. BOLT is designed for the gap between generic WordPress security plugins and full server access: it helps site owners, agencies, and hosting teams see what is actually misconfigured on the current host, which issues matter most, and which ones BOLT can safely fix from WordPress plugin context. Free features: Available through the separate BOLT Pro add-on/service (learn more at blueternalsolutions.com/bolt-pro): BOLT Pro adds more coverage and less manual work through hosted checks, automation, and reporting controls.

安装:

  1. Upload the plugin to the /wp-content/plugins/ directory, or install through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins menu.
  3. Go to BOLT Security in the WordPress admin menu.
  4. Run a scan and review the findings.

升级注意事项:

0.6.8 Removes filesystem copy storage and keeps fix history as database metadata. 0.6.7 Documents Google Safe Browsing external service usage and removes an unnecessary admin include. 0.6.6 Adds deterministic Attack Paths on the Overview tab and introduces Free vs Pro gates for AI, alerts, report workflow, activity history, advisory detail, reputation re-checks, and named baselines. 0.6.5 Adds Malware Triage Center and hash-based expected-file suppression for BOLT Pro malware-pattern hits. 0.6.4 Adds Application Password Governance and an Accepted Risk Register for documented unresolved findings. 0.6.3 Removes public landing-page hooks, updates WordPress.org review-sensitive code generation, and documents alert webhook services. 0.6.0 Adds an optional AI Security Briefing with explicit generation and structured summaries on the Scan tab. 0.5.2 Adds a dedicated Hardening tab with grouped one-click controls and manual hardening priorities. 0.5.1 Adds active baseline drift detection and optional Pro alerts only for regressions since baseline. 0.5.0 Adds a security activity timeline for authentication, software changes, scans, alerts, and fix actions. 0.4.1 Adds Pro PHP malware-pattern scanning across WordPress content directories. 0.4.0 Adds Pro WordPress core file integrity monitoring and unexpected core file detection. 0.3.1 Adds Pro Slack and generic webhook alerts for newly detected scheduled-scan issues. 0.3.0 Adds Pro vulnerability intelligence for WordPress core, plugins, and themes. 0.2.4 Adds six new WordPress hardening checks and expands scan coverage to 26 checks total. 0.2.0 Full rewrite of the admin and licensing layers. Re-test license integration, scheduled scans, and Pro auto-fixes after upgrading.

常见问题:

Does this plugin require root or shell access?

No. BOLT works entirely through PHP and the WordPress filesystem API — the same permissions your site already runs under.

Can this plugin perform full sysadmin tasks from WordPress?

No. BOLT can detect many server and WordPress security issues, automate some changes that are reachable from plugin context, and guide the rest. It cannot honestly replace root or sudo from inside WordPress. Some fixes are always one-click, some are host-dependent, some are manual only, and some would require a future companion agent or external integration.

What does the scanner check?

The free tier covers 31 checks across PHP and database versions, PHP resource limits, local PHP override effectiveness, OPcache, dangerous PHP functions, directory listing, loopback request health, WP-Cron health, uploads permissions and executable files, WP_DEBUG, wp-config.php permissions, DISALLOW_FILE_EDIT, database prefix, XML-RPC, REST API, application passwords, user registration, default admin username, administrator account sprawl, debug log exposure, readme file exposure, public backup or dump artifact exposure, HTTPS, HSTS, and core/plugin/theme update status. Pro adds server-side domain/IP reputation scanning, WordPress core file integrity monitoring, suspicious PHP malware-pattern detection, and vulnerability intelligence for WordPress core, plugins, and themes. Free displays vulnerability status and CVE IDs when advisory findings are present; Pro shows the full advisory detail.

How do Attack Paths, Near Misses, and Amplifiers work?

BOLT separates chained risk into three layers. Attack Paths are realistic compromise chains where multiple findings combine into a practical risk. Near Misses are partial chains where one important condition exists, but another required condition is missing. Amplifiers are findings that do not create an attack path by themselves, but increase the impact of a real path. For example, writable wp-config.php is not treated as remote compromise by itself. Alone, it appears as a near miss because it could support persistence if a write-capable foothold appears later. Combined with a real write-capable compromise path, it appears as a persistence amplifier.

How does file integrity monitoring work?

BOLT Pro can verify WordPress core files against official checksum data and detect unexpected files inside wp-admin and wp-includes. If the checksum service is temporarily unavailable, the integrity checks fall back to a warning instead of failing the whole scan.

How does malware scanning work?

BOLT Pro can scan PHP files in plugins, themes, mu-plugins, and uploads for suspicious combinations of malware-like patterns such as obfuscation, hidden iframe payloads, encoded blobs, and dangerous execution chains. The scan is heuristic and should be treated as an investigation starting point rather than definitive malware attribution.

How does vulnerability intelligence work?

BOLT Pro can query a configurable advisory feed and compare installed WordPress core, plugin, and theme versions against known affected version ranges. Successful responses are cached locally for 6 hours, and the last good cache is reused if the endpoint is temporarily unavailable.

How do one-click fixes work?

Auto-fixes write the correct configuration change directly where WordPress has a safe capability path, such as wp-config.php, .htaccess, or an mu-plugin. BOLT logs fix metadata in the database, but it does not store backup copies of config or code files. Undo is available only for files BOLT creates itself, such as its XML-RPC and REST API mu-plugin files. Changes to existing files should be reviewed before applying and rolled back through your host backup or version control if needed. BOLT distinguishes between fixes that are verified immediately, fixes that are pending the next request, and fixes that are manual only on the current host. BOLT does not auto-write disable_functions; PHP treats that as system-level configuration that must be changed in php.ini, PHP-FPM pool config, LiteSpeed/PHP selector, or a hosting control panel. Uploads execution blocking is one-click only when the current stack is Apache/LiteSpeed-style and can use an uploads .htaccess rule. REST API restriction uses an mu-plugin instead of a blanket web-server block so logged-in WordPress requests and detected routes selected in the allowlist manager can keep working. Developers can also extend the allowlist with bolt_rest_api_allowed_public_routes. Nginx/PHP-FPM and FastCGI-only stacks receive manual server-rule guidance where server rules are required.

Does BOLT store rollback copies?

BOLT does not store rollback copies of config files, code files, public artifacts, or executable uploads. It stores fix history metadata in the WordPress database and relies on your normal host backup, staging workflow, or version control for rollback of existing files.

Does PDF reporting work out of the box?

Yes, when PDF attachment is enabled. Free reports use BOLT branding and one recipient. BOLT uses dompdf if WordPress already loads it; otherwise it attaches a built-in plain PDF report. BOLT Pro adds multiple recipients and custom report branding.

How does Pro licensing work?

BOLT Pro is distributed separately from WordPress.org. The Pro add-on validates its license against the Blueternal Solutions platform and caches successful responses locally.

What does the Activity tab record?

BOLT records authentication events, password resets, user creation and role changes, plugin and theme activation/update activity, WordPress core updates, and BOLT-native events such as scans, reports, alerts, and auto-fixes. Free shows the last 7 days. BOLT Pro shows the full retained timeline. Failed-login entries show whether the attempted login maps to an existing account; matched accounts link to recent successful and failed login history with source IPs where available.

How does baseline drift detection work?

BOLT can save one known-good scan as the active baseline, compare each new scan against that approved state, and summarize new failures, new warnings, resolved issues, improvements, and detail-level finding changes since the baseline. The Baseline tab also lets you run a fresh scan or reset the active baseline after host/runtime changes so drift markers and safe-fix eligibility are recalculated immediately. BOLT Pro adds multiple named baseline snapshots.

What is the Hardening tab for?

The Hardening tab groups BOLT's supported one-click protections into one place. It shows what this host can fix automatically right now, offers one safe hardening action, and includes a manual hardening checklist pulled from the latest scan.

How does the AI analysis feature work?

BOLT Pro can optionally send a compact redacted JSON payload of actionable fail/warn findings for interpretation. Without a saved OpenAI API key, the request goes to the Blueternal Solutions BOLT API after hosted BOLT AI consent is enabled in AI Settings. With a saved key or BOLT_OPENAI_API_KEY, the request goes directly to OpenAI from the site. Free installs show the AI Security Briefing panel but cannot generate a briefing or configure AI Settings. BOLT does not send raw files, full database contents, or arbitrary page content. The Overview tab AI Security Briefing is explicit and manual; it does not generate anything automatically on page load.

What are the Pro plan options?

Current plan details are listed at blueternalsolutions.com/bolt-pro.

更新日志:

0.6.9 0.6.8 0.6.7 0.6.6 0.6.5 0.6.4 0.6.3 0.6.2 0.6.1 0.6.0 0.5.2 0.5.1 0.5.0 0.4.1 0.4.0 0.3.1 0.3.0 0.2.4 0.2.0