Skip to content

Instantly share code, notes, and snippets.

View AlexInABox's full-sized avatar
:fishsticks:
On vacation

AlexInABox

:fishsticks:
On vacation
View GitHub Profile
@AlexInABox
AlexInABox / Dockerfile
Created October 1, 2025 12:41
IPED-Docker with GPU Support (CUDA + Podman)
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
@AlexInABox
AlexInABox / veracrypt_header_from_bootloader.md
Last active May 16, 2025 16:49
VeraCrypt Header extrahieren und mit Hashcat angreifen

VeraCrypt Header extrahieren und mit Hashcat angreifen

Voraussetzungen

  • 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

RAW Image aus E01 erzeugen