Update README.md

This commit is contained in:
Volodymyr Smirnov 2020-10-29 21:33:52 +02:00 committed by GitHub
parent 4fea8e44f6
commit 89fb0b3d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@ Self-hosted [VirusTotal](https://www.virustotal.com/) wannabe API for scanning U
![MalwareMultiScan UI](.github/img/malware-multi-scan-ui.gif) ![MalwareMultiScan UI](.github/img/malware-multi-scan-ui.gif)
**[Check out the demo UI](http://199.247.24.56:8888/) with ClamAV, Dummy, and Windows Defender scan backends**.
The demo is running on a cheap Vultr node, so it might get slow or unavailable occasionally.
## Introduction ## Introduction
I faced a need to scan user-uploaded files in one of my work projects in an automated mode to ensure they don't contain any malware. Using VirusTotal was not an option because of a) legal restrictions and data residency limitations b) scanning by hash-sums would not be sufficient because the majority of files are generated / modified by users. I faced a need to scan user-uploaded files in one of my work projects in an automated mode to ensure they don't contain any malware. Using VirusTotal was not an option because of a) legal restrictions and data residency limitations b) scanning by hash-sums would not be sufficient because the majority of files are generated / modified by users.