- Ein E01-Image (z. B. von einem forensischen Datenträger)
xmount,mmls,losetup,veracrypt2hashcat.py,hashcat- Die meißten oben genannten Tools sind über The Sleuth Kit verfügbar. Dieser Guide wurde für "The Sleuth Kit ver 4.14.0" erstellt und getestet
- Root-Rechte
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ipeddocker/iped:4.2.2_7 | |
| # Install Python, system dependencies, git, ffmpeg, and pip upgrades | |
| RUN apt-get update && \ | |
| apt-get install -y python3 python3-pip git ffmpeg && \ | |
| pip3 install --upgrade pip | |
| # Install faster-whisper and gputil | |
| RUN pip3 install faster-whisper gputil |