mirror of
https://github.com/bunkerity/bunkerweb-plugins.git
synced 2026-04-27 05:05:51 +03:00
[PR #189] [CLOSED] new plugin "malware-scan" #188
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#188
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/189
Author: @mkf-sysangels
Created: 1/16/2026
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (10+)
ce991a0initial release5f5be78Update .gitignore4e56a04Update README.mdd70d28finstall script + readmef29916eadded more systemsc5345d9Update install.md1886ed8add sharing - release v0.24b9eaa8catch default valuese6cdd2ccaching of files249e025Update CACHING.md📊 Changes
27 files changed (+10833 additions, -0 deletions)
View changed files
➕
.github/workflows/lua-check.yml(+80 -0)➕
.github/workflows/sbom-upload.yml(+30 -0)📝
.gitignore(+6 -0)➕
malware-scan/.luacheckrc(+57 -0)➕
malware-scan/CACHING.md(+485 -0)➕
malware-scan/GDPR.md(+697 -0)➕
malware-scan/LUA_CHECKS.md(+228 -0)➕
malware-scan/README.md(+443 -0)➕
malware-scan/SECURITY.md(+192 -0)➕
malware-scan/TECHNICAL.md(+669 -0)➕
malware-scan/all-features-enabled.md(+560 -0)➕
malware-scan/install.md(+578 -0)➕
malware-scan/install.sh(+275 -0)➕
malware-scan/malware-scan.lua(+1641 -0)➕
malware-scan/malware_scan_cache.lua(+1070 -0)➕
malware-scan/malware_scan_clamav.lua(+402 -0)➕
malware-scan/malware_scan_file.lua(+733 -0)➕
malware-scan/malware_scan_multipart_full_scan.lua(+439 -0)➕
malware-scan/malware_scan_sentinelone.lua(+177 -0)➕
malware-scan/malware_scan_threatfox.lua(+185 -0)...and 7 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:
Terms of service
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.