19 lines
463 B
Markdown
19 lines
463 B
Markdown
# Scanfile
|
|
|
|
using "filetype" to get MIME type
|
|
|
|
# Build/dev Dependencies
|
|
these dependencies are required additionally to what is specified in go.mod and python requirements.txt
|
|
## server/core
|
|
- yara-x c library https://virustotal.github.io/yara-x/docs/api/c/c-/#building-the-c-library
|
|
- tailwind css
|
|
- templ
|
|
## scanners
|
|
- python3 3.13
|
|
- python3-venv
|
|
|
|
|
|
## TODO
|
|
ICAP - if someone wants to integrate (multiple) Antivirus scanners
|
|
CAPE - for dynamic sandbox analysis
|
|
|