ssdeep Cluster clusters files using ssdeep as a comparison algorithm.
*
tar (groups.json & .gexf)
Dockerfile linkslatest (ssdc/Dockerfile)Pull the docker image
docker pull cincan/ssdc
OR build the dockerfile
git clone https://gitlab.com/CinCan/tools.git
cd tools/ssdc
docker build . -t cincan/ssdc
Run the docker container
Example 1. Group files in current folder:
$ docker run -v $(pwd):/data cincan/ssdc /data -o /data/output.tar
Example 2. Running with the cincan tool:
$ cincan run cincan/ssdc * -o output.tar
https://github.com/bwall/ssdc
Content type
Image
Digest
Size
178.9 MB
Last updated
about 4 years ago
docker pull cincan/ssdc