msp/antivirus
Composer 安装命令:
composer require msp/antivirus
包简介
ClamAV Magento2 integration for active requests scan - Member of MageSpecialist SecuritySuite
README 文档
README
A Malware / Virus protection for for Magento 2.
This module is a ClamAV interface for malware / virus detection on POST/PUT Magento2 requests.
It adds a strong security layer if you receive attachment from your customers or you want to prevent malicious uploads.
Requires ClamAV daemon installed on webserver.
Member of MSP Security Suite
See: https://github.com/magespecialist/m2-MSP_Security_Suite
Installing on Magento2:
1. Install ClamAV (if not present)
You need ClamAV installed on your server.
On debian/ubuntu-like systems:
sudo apt-get install clamav-daemon clamav-freshclam
On CentOS systems:
sudo yum -y install clamav-server clamav-data clamav-update clamav-server-systemd
2. Install MSP AntiVirus using composer
From command line:
composer require msp/antivirus
php bin/magento setup:upgrade
3. Enable and configure from your Magento backend config
Adjust the ClamAV socket accordingly to your system. If you are running on Ubuntu Server the default value should work.
NOTE: Remember to flush your cache.
How to test it
MSP AntiVirus will check any PUT/POST Magento operations against known malwares.
If you wish to check the correct module installation, you can try typing the EICAR signature in any Magento POST form.
EICAR is a "fake malware" designed to test anti virus systems: http://www.eicar.org/
Test method: Type the below eicar test signature in Magento customer login as password:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
If you correctly installed and configured MSP AntiVirus, an emergency stop screen will appear.
Threat detected (with stealth mode disabled)
Threat detected (with stealth mode enabled)
msp/antivirus 适用场景与选型建议
msp/antivirus 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 20.05k 次下载、GitHub Stars 达 13, 最近一次更新时间为 2017 年 05 月 31 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 msp/antivirus 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 msp/antivirus 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 20.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 8
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: OSL
- 更新时间: 2017-05-31


