veinmind-webshell 是由长亭科技自研的一款 Webshell 扫描工具
- 快速扫描镜像/容器中的 Webshell
- 支持
containerd
/dockerd
容器运行时
- linux/amd64
- linux/386
- linux/arm64
请先安装libveinmind
,安装方法可以参考官方文档
make run ARG="scan xxx"
编译可执行文件
make build
运行可执行文件进行扫描
chmod +x veinmind-webshell && ./veinmind-webshell scan xxx
确保机器上安装了docker
以及docker-compose
make run.docker ARG="scan xxxx"
构建veinmind-webshell
镜像
make build.docker
运行容器进行扫描
docker run --rm -it --mount 'type=bind,source=/,target=/host,readonly,bind-propagation=rslave' veinmind-webshell scan xxx
- 登录百川平台,激活关山 Webshell 检测产品
- 点击左下角组织配置创建 API Token (基础版每日限制检测 100 次, 高级版可联系问脉小助手/百川平台获取)
- 使用token扫描指定镜像
./veinmind-webshell scan image [imageID/imageName] --token [关山token]
./veinmind-webshell scan image --token [关山token]
5.使用token扫描指定容器
./veinmind-webshell scan container [containerID/containerName] --token [关山token]
5.使用token扫描本地所有容器
./veinmind-webshell scan container --token [关山token]
- 指定输出格式 支持的输出格式:
- html
- json
- cli(默认)
./veinmind-webshell scan container [containerID/containerName] --token [token] -f html