Sign inSign up

nov3mb3r/dft

By nov3mb3r

•Updated over 6 years ago

Lightweight image with the most popular and widely used open-source forensic tools

Image
0

239

nov3mb3r/dft repository overview

⁠dFT

⁠docker Forensic Toolkit

Fast and lightweight docker image with the most popular and widely used open-source forensic tools

⁠Overview

The Docker image is based on Alpine Linux⁠, the most lightweight linux container distribution.

⁠Install Docker

Wait! It's dangerous to go alone!

Make sure you have the Docker engine installed. Click here⁠ for detailed installation instructions.

Just :

sudo docker pull nov3mb3r/dft:latest

Simple isn't it?

⁠Run

To deploy a container from the created image :

sudo docker run -it nov3mb3r/dft /bin/ash

Access your case files with a shared folder between your working directory and the container.

⁠Make sure you don't spoil your evidence files, by granting read-only permissions to the container.
$ sudo docker run -it -v ~/cases:/cases:ro nov3mb3r/dft /bin/ash 
⁠DISCLAIMER

Every tool included in the build is shipped AS IS, created by their respective owners.

Tag summary

Content type

Image

Digest

Size

149.5 MB

Last updated

over 6 years ago

docker pull nov3mb3r/dft