Updated on 2020-07-06

Yara

wget https://github.com/VirusTotal/yara/archive/master.zip
unzip master.zip
cd yara-master/

./build.sh

yara --help

----

apt install yara

ClamAV

apt install clamav clamav-daemon

clamscan --help

Loki

wget https://github.com/Neo23x0/Loki/archive/master.zip
unzip master.zip
cd Loki-master/

python -m pip install --index-url=https://mirrors.aliyun.com/pypi/simple/ --upgrade pip
python -m pip install --index-url=https://mirrors.aliyun.com/pypi/simple/ --upgrade -r requirements.txt

python loki.py --help

Reference