mirror of
https://github.com/bunkerity/bunkerweb-plugins.git
synced 2026-04-27 05:05:51 +03:00
[PR #195] [CLOSED] plugin malware-scan #196
Labels
No labels
bug
bug
clamav
crowdsec
documentation
enhancement
enhancement
enhancement
pull-request
question
virustotal
virustotal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bunkerweb-plugins#196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bunkerity/bunkerweb-plugins/pull/195
Author: @mkf-sysangels
Created: 1/29/2026
Status: ❌ Closed
Base:
dev← Head:malware-scan📝 Commits (2)
9292ef2plugin malware-scan v0.8.0b991063Update requirements📊 Changes
40 files changed (+22613 additions, -0 deletions)
View changed files
➕
malware-scan/GDPR.md(+916 -0)➕
malware-scan/README.md(+411 -0)➕
malware-scan/SECURITY.md(+75 -0)➕
malware-scan/TECHNICAL.md(+119 -0)➕
malware-scan/install-docker-clamav.md(+1494 -0)➕
malware-scan/install-docker-clamav.sh(+866 -0)➕
malware-scan/install.md(+573 -0)➕
malware-scan/install.sh(+275 -0)➕
malware-scan/jobs/README.md(+331 -0)➕
malware-scan/jobs/malware-scan-cache-cleanup.py(+334 -0)➕
malware-scan/jobs/malware-scan-update.lua(+96 -0)➕
malware-scan/jobs/malware-scan-update.py(+1569 -0)➕
malware-scan/malware-scan.lua(+437 -0)➕
malware-scan/malware_scan_api.lua(+739 -0)➕
malware-scan/malware_scan_cache.lua(+1634 -0)➕
malware-scan/malware_scan_clamav.lua(+435 -0)➕
malware-scan/malware_scan_config.lua(+884 -0)➕
malware-scan/malware_scan_custom_hashes.lua(+688 -0)➕
malware-scan/malware_scan_database.lua(+515 -0)➕
malware-scan/malware_scan_file.lua(+1286 -0)...and 20 more files
📄 Description
about the plugin
This plugin is a replacement for the existing "clamav" and "virustotal" plugins.
These two original plugins only work with HTTP/1.1 - the HTTP/2 and HTTP/3 uploads are broken.
Description
The plugin malware-scan uses several services to obtain information on uploaded files:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.