https://github.com/kost/docker-sift
Docker container of SANS Investigative Forensic Toolkit (SIFT) Workstation Version 3
https://github.com/kost/docker-sift
Last synced: 5 months ago
JSON representation
Docker container of SANS Investigative Forensic Toolkit (SIFT) Workstation Version 3
- Host: GitHub
- URL: https://github.com/kost/docker-sift
- Owner: kost
- License: mit
- Created: 2015-06-18T16:28:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T20:43:09.000Z (almost 10 years ago)
- Last Synced: 2025-04-14T04:08:47.669Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 11
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k0st/sift
Docker container of SANS Investigative Forensic Toolkit (SIFT) Workstation Version 3
Image is based on the [ubuntu](https://registry.hub.docker.com/u/ubuntu/) base image
## Docker image size
[](https://imagelayers.io/?images=k0st/sift:latest 'latest')
## Docker image usage
```
docker run -it k0st/sift /bin/bash
```
## Examples
Mount host images to /data and run shell inside container:
```
docker run -v /path/to/host/raw/images:/data:rw k0st/sift -it k0st/sift /bin/bash
```