dc3dd

Patched GNU dd with forensic acquisition features and progress tracking

brewmacoslinux
Try with needOr install directly
Source

About

Patched GNU dd that is intended for forensic acquisition of data

Commands

dc3dd

Examples

Copy entire disk with forensic hashing and progress display$ dc3dd if=/dev/sda of=disk_image.img log=acquisition.log
Acquire specific partition with SHA-256 verification and status updates$ dc3dd if=/dev/sda1 of=partition_image.dd hash=sha256 statusinterval=1M
Create forensic image with multiple hash algorithms and verbose output$ dc3dd if=/dev/sdb of=forensic_image.001 hof=hash_output.txt verbose=on