This repository contains a Dockerfile of the Malice Engine.
- Install Docker.
- Install docker-compose
- Download trusted build from public Docker Registry:
docker pull malice/engine
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock malice/engine plugin update --all
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/malice/samples \
-e MALICE_VT_API=$MALICE_VT_API \
malice/engine scan SAMPLE
See CHANGELOG.md
Apache License (Version 2.0)
Copyright (c) 2013 - 2017 blacktop Joshua Maine