https://github.com/sebdeveloper6952/malware-scanning-dvm
https://github.com/sebdeveloper6952/malware-scanning-dvm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebdeveloper6952/malware-scanning-dvm
- Owner: sebdeveloper6952
- Created: 2024-01-16T21:41:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-19T12:04:57.000Z (about 1 year ago)
- Last Synced: 2024-04-29T02:26:51.550Z (about 1 year ago)
- Language: Go
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malware Scanning DVM
Implementation of a DVM that scans files for malware using libclamav.
### TODO
- [ ] validate URL has something that is scannable
- [ ] limit size of downloaded file
- [x] implement db layer to cache result of already scanned files