mirror of
https://github.com/bunkerity/bunkerweb-plugins.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #1] [FEATURE] Upload files to VT #1
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#1
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?
Originally created by @fl0ppy-d1sk on GitHub (May 6, 2022).
Original GitHub issue: https://github.com/bunkerity/bunkerweb-plugins/issues/1
Plugin(s)
VirusTotal
What's needed and why ?
We need to add new files on VT and wait for the results in case a file is not already uploaded. This will increase the security.
The setting
SCAN_MODEcould be used with the following values :hash: don't upload files to VT, only use hashesupload: upload files to VT if the file is not already presentThe scan of a new file on VT can take some times so we need to display a "waiting page" for the user.