這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Wieczo's Virus Scanner

外掛說明

Wieczo’s Virus Scanner is a WordPress plugin that allows users to upload files from the WordPress admin area and scan them for viruses and malware by sending them to a ClamAV service.

Additionally, the plugin sends every upload to ClamAV first. If a virus is found, the upload is aborted.

The plugin also supports scanning your whole WordPress installation for malware and viruses.

The plugin connects to a ClamAV service using the Host and Port variables configured in the plugin settings.

Features

  • File Upload: Allows file uploads through a user-friendly admin page.
  • Upload Scan: Scans all uploaded files for viruses and malware.
  • Full Scan: Separate page to scan the whole WordPress installation for malware and viruses.
  • ClamAV Integration: Sends files via a socket connection to a ClamAV service for virus scanning.
  • Easy Configuration: Configure the host and port of the ClamAV service in the plugin settings.

How to Contribute

We’re excited to welcome contributors to Wieczo’s Virus Scanner!
Whether you’re a seasoned developer or just getting started, your input is valuable.
You can help us by reporting bugs, suggesting new features, or improving the code.
It’s a great way to sharpen your skills and make a real impact.
Just fork the repository, work on your ideas, and submit a pull request.
We’ll review it as soon as possible and work together to make this plugin even better!

Contributors

We want to thank all of our contributors! Here’s a list of everyone who has helped make this project better:

Manual Installation:

  1. Upload the wieczos-virus-scanner directory to your WordPress installation’s /wp-content/plugins/ directory.
  2. Activate the plugin in the WordPress Admin area under “Plugins.”
  3. Configure the ClamAV service under Settings -> ClamAV Settings (enter the host and port of the ClamAV service).

Configuration

After activating the plugin, you can configure the connection information for your ClamAV service as follows:

  1. Go to Settings -> ClamAV Scanner.
  2. Enter the Host and Port of your ClamAV service, for example:

    • Host: 127.0.0.1 (if the service is running locally, default: clamav)
    • Port: 3310 (default port for ClamAV)
  3. Optionally, you can set a Timeout to define the maximum wait time for the connection to the ClamAV service.

Usage

1. Upload Scan

Once the plugin is activated, it automatically scans all uploads for viruses.

2. Manually Upload and Scan Files

  1. Navigate to ClamAV Scanner -> File Scanner in the WordPress admin menu.
  2. Select a file you want to scan for viruses and click “Scan File.”
  3. The plugin sends the file via a socket to the ClamAV service, and you will receive the scan result directly in the admin dashboard.

How It Works

  • The plugin uses the PHP socket functionality to establish a connection with a ClamAV service.
  • Files uploaded through the WordPress admin interface are temporarily stored on the server.
  • The plugin then opens a socket connection to the configured ClamAV host and port and sends the uploaded file for analysis.
  • After the scan, the plugin displays the scan results on the admin page.

Requirements

  • WordPress 6.7 or higher
  • A running ClamAV service that is accessible via a network socket (default port: 3310).
  • PHP sockets must be enabled on the server.

Development

Local Development

  1. Clone this repository into the /wp-content/plugins/ directory of your local WordPress project:

    bash
    git clone https://github.com/wieczo/wieczos-virus-scanner.git

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Wieczo's Virus Scanner〉的開發相關工作。

參與者

將〈Wieczo's Virus Scanner〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2.0

  • Adds full scan of all WordPress files
  • Extends the table to log all errors which happen during a scan
  • Replaces the old standard HTML table with a WP_List_Table to support sorting, multi-actions and more

1.1.0

  • Adds uninstall.php
  • Adds table to log virus findings

1.0.0

Initial release.