Linux 软件免费装
Banner图

Scudo Security

开发者 totaliweb
freemius
更新时间 2026年8月25日 20:16
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

security firewall malware two-factor hardening

下载

1.1.2 1.2.0

详情介绍:

Scudo Security is designed to harden your site without breaking it. It detects your exact hosting environment and only offers controls that can actually work there — disabling the rest with a clear explanation and a fallback. Every change is previewed, applied reversibly, verified, and rolled back automatically if the verification fails. If you are ever locked out, three independent recovery routes get you back in. Honest scope. On shared PHP hosting there is no always-on antivirus daemon. Real, continuous protection comes from per-request firewalling, scheduled scans, file-change detection, and access monitoring — not a resident process. Scudo Security is built around prevention and hardening, with reversible quarantine instead of destructive cleanup. Included for free Scudo Security Pro Pro adds an advanced layer for sites that need more: The free version is fully functional on its own — Pro only ever adds capability; it never takes protection away, and a lapsed licence never disables the firewall.

安装:

  1. Upload the plugin to /wp-content/plugins/scudo-security (or install the zip via Plugins → Add New → Upload Plugin).
  2. Activate through the Plugins screen.
  3. Open Scudo Security and follow the on-screen guidance.

屏幕截图:

  • Firewall — the web application firewall and its rule families, with the manual IP block list.
  • Malware & integrity scan — resumable scanning against the official WordPress.org sources, with severity-ranked findings and scan history.
  • Login security — brute-force limits, the invisible CAPTCHA and TOTP two-factor self-enrolment.
  • Activity log — every sensitive operation and security block, searchable and filterable.
  • Settings — environment-aware controls; anything your hosting cannot support is shown as unavailable with an explanation.

升级注意事项:

1.2.0 Fixes a fault that could stop settings from saving: security headers may have been only partly applied, and the protections applied at activation may have been switched off in the database while still shown as active. Security headers now also reach cached pages, and the scanner no longer reports deleted default plugins and themes as missing core files. Open Scudo Security once after updating to confirm your switches.

常见问题:

Will this break my site?

Avoiding that is the central design goal. Activation applies only a small, reversible baseline; everything riskier goes through a preview with an automatic rollback, and Safe Mode is reachable through three routes that work without the database.

What does the plugin change when I activate it?

It applies a conservative, fully reversible baseline: hiding the WordPress version, blocking user enumeration, disabling the built-in file editor, sending the basic security headers, and adding an .htaccess rule inside your uploads folder (wp-content/uploads, as returned by wp_upload_dir()) that stops PHP files there from being executed. Nothing outside that folder and the plugin's own settings is touched. Every one of these is applied through the same detect → preview → apply → verify → rollback contract, each with its own restore point, and any of them can be rolled back individually through the plugin's REST API (scudo/v1/hardening/<module>/rollback) or by deactivating the plugin's baseline. Dedicated on-screen controls for each module are on the roadmap.

Does it call external servers?

Only for the features listed under External services below, and only when that feature runs. The integrity scan compares your core files against the official WordPress.org checksums; the optional "repair from official source" action fetches pristine core files from the official WordPress source; Freemius handles licensing/updates (usage data is opt-in); and a vulnerability feed is fetched only if you choose to configure a feed URL. No analytics or tracking SDK is bundled.

Is the free version crippled?

No. The free version includes a complete, standard security experience — firewall, scans, brute-force protection, 2FA, hardening, headers and the dashboard. Pro adds advanced controls for power users and agencies.

How is the bundled admin interface built?

The admin app is compiled from the TypeScript/SCSS source shipped under assets/app/src. To rebuild the compiled bundle in assets/app/build, run npm install then npm run build (it uses WordPress Scripts / webpack).

更新日志:

1.2.0 1.1.3 1.1.2 1.1.1 1.1.0 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0 0.1.0