适用于Linux终端的易用型实时取证工具箱
针对 Linux 终端易用的实时取证工具箱,基于 Python 和 Flask 开发。

wget https://github.com/intezer/linux-explorer/archive/master.zip -O master.zip
unzip master.zip
cd linux-explorer-master
./deploy.sh
firefox http://127.0.0.1:8080
nano config.py
编辑以下几行:
INTEZER_APIKEY = '<key>'
VT_APIKEY = '<key>'
OTX_APIKEY = '<key>'
MALSHARE_APIKEY = '<key>'