Title: SiteGuard Scanner
Author: EG Secure Solutions
Published: <strong>2026 年 9 月 3 日</strong>
Last modified: 2026 年 9 月 3 日

---

搜索插件

![](https://ps.w.org/siteguard-scanner/assets/banner-772x250.png?rev=3679433)

![](https://ps.w.org/siteguard-scanner/assets/icon-256x256.png?rev=3679433)

# SiteGuard Scanner

 作者：[EG Secure Solutions](https://profiles.wordpress.org/egsecuresolutions/)

[下载](https://downloads.wordpress.org/plugin/siteguard-scanner.1.0.0.zip)

 * [详情](https://cn.wordpress.org/plugins/siteguard-scanner/#description)
 * [评价](https://cn.wordpress.org/plugins/siteguard-scanner/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/siteguard-scanner/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/siteguard-scanner/#developers)

 [支持](https://wordpress.org/support/plugin/siteguard-scanner/)

## 描述

SiteGuard Scanner is a companion plugin for the vulnerability diagnostic service
provided by EG Secure Solutions. Installing it on a site that is under a diagnostic
contract enables the following two features.

 1. **Site ownership verification (authentication)** — Lets the diagnostic service 
    confirm that the target site is the one that is actually under a diagnostic contract.
 2. **Installation inventory** — Provides the diagnostic service with a list of the
    plugins and themes installed on the target site (name, version, and activation 
    status).

#### How it communicates

The plugin only **responds to signed requests** sent by the diagnostic service. 
It never sends data to any external server on its own (it does not “phone home”).

 * Authentication uses an **HMAC-SHA256 signature** based on a shared token. Each
   request includes a timestamp and a nonce (a single-use random value) to prevent
   replay attacks.
 * Requests are received through the WordPress REST API endpoints `/wp-json/siteguard-
   scanner/v1/verify` and `/wp-json/siteguard-scanner/v1/collect`.
 * For environments where the REST API is disabled, a custom endpoint (`/?siteguard-
   scanner-request=verify` and `/?siteguard-scanner-request=collect`) is provided
   as a fallback.

Every endpoint responds only to requests carrying a valid signature. When signature
verification fails, the plugin returns HTTP 401 and no information at all.

#### Data provided

When responding to `collect`, the plugin returns the following information to the
diagnostic service:

 * Site URL
 * WordPress core version
 * List of installed plugins (slug, name, version, activation status, network-activation
   status)
 * List of installed themes (slug, name, version, activation status, network-enabled
   status)

No personal data, post content, or any other data beyond the above is collected 
or transmitted.

#### Multisite

On a multisite network, diagnostics are performed against the main (parent) site.
Because plugin and theme files are shared across the entire network, `collect` returns
the network-wide inventory of installed assets and correctly reports network-activated
plugins via the `network_active` flag.

## 屏幕截图

[⌊The settings screen (Settings > SiteGuard Scanner), where you enter the token 
provided by the diagnostic service.⌉⌊The settings screen (Settings > SiteGuard Scanner),
where you enter the token provided by the diagnostic service.⌉[

The settings screen (Settings > SiteGuard Scanner), where you enter the token provided
by the diagnostic service.

## 安装

 1. In the WordPress admin, go to “Plugins” > “Add New”.
 2. Click “Upload Plugin” at the top of the screen and select the plugin ZIP to install
    it.
 3. After installation, activate the plugin.
 4. Open “Settings” > “SiteGuard Scanner” in the admin menu.
 5. Enter the 64-character token provided by the diagnostic service and save.

On a multisite network, set the token on the main site’s Settings screen.

## 常见问题

### Does this plugin send data to an external service?

It does not send anything on its own. It only responds to signed requests from the
diagnostic service.

### I cannot save the token.

The token must be a 64-character lowercase hexadecimal string (0-9, a-f). Values
that do not meet these conditions are rejected and not saved.

### Can I use it even with the REST API disabled?

Yes. In environments where the REST API is disabled, the custom endpoint (`/?siteguard-
scanner-request=...`) is used automatically as a fallback.

### Does it work on multisite?

Yes. On multisite, diagnostics are performed against the main site, and the plugin
provides the network-wide plugin and theme inventory.

## 评价

此插件暂无评价。

## 贡献者及开发者

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

贡献者

 *   [ EG Secure Solutions ](https://profiles.wordpress.org/egsecuresolutions/)

「SiteGuard Scanner」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/siteguard-scanner/contributors)
为本插件所做的贡献。

[帮助将「SiteGuard Scanner」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/siteguard-scanner)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/siteguard-scanner/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/siteguard-scanner/)，或通过[RSS](https://plugins.trac.wordpress.org/log/siteguard-scanner/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/siteguard-scanner/)。

## 更新日志

#### 1.0.0

 * First public release on the WordPress.org plugin directory.
 * Renamed the plugin to SiteGuard Scanner (slug, endpoints, and identifiers).
 * Added the WordPress core version to the collect response.
 * Fixed multisite so that network-activated plugins and themes are reported correctly.
 * Added network_active / network_enabled / is_multisite to the collect response.
 * Internationalized the admin UI and bundled a Japanese translation.
 * Prepared plugin headers and readme for the WordPress.org directory.

#### 0.3.0

 * Added a custom endpoint (`/?siteguard-scanner-request=verify|collect`) as a fallback
   for environments where the REST API is disabled.
 * Unified the signature verification logic across the REST API and the custom endpoint.

#### 0.2.0

 * Implemented request authentication using HMAC-SHA256 signatures.

#### 0.1.0

 * Initial version.

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**2 周前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **7.1.1**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/siteguard-scanner/) 和 [Japanese](https://ja.wordpress.org/plugins/siteguard-scanner/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/siteguard-scanner)
 * 标签
 * [security](https://cn.wordpress.org/plugins/tags/security/)[verification](https://cn.wordpress.org/plugins/tags/verification/)
   [vulnerability](https://cn.wordpress.org/plugins/tags/vulnerability/)
 *  [高级视图](https://cn.wordpress.org/plugins/siteguard-scanner/advanced/)

## 评级

尚未提交反馈。

[您的评价](https://wordpress.org/support/plugin/siteguard-scanner/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/siteguard-scanner/reviews/)

## 贡献者

 *   [ EG Secure Solutions ](https://profiles.wordpress.org/egsecuresolutions/)

## 支持

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

 [查看支持论坛](https://wordpress.org/support/plugin/siteguard-scanner/)