Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 388 Bytes

File metadata and controls

10 lines (9 loc) · 388 Bytes

To write results to ElasticSearch

$ docker volume create --name malice
$ docker run -d --name elastic \
                -p 9200:9200 \
                -v malice:/usr/share/elasticsearch/data \
                 blacktop/elasticsearch
$ docker run --rm -v /path/to/malware:/malware:ro --link elastic malice/javascript -t FILE