Using DC3DD in Kali Linux
DC3DD was developed by the Department of Defense Cyber Crime Center and is updated whenever DD updates. DC3DD offers the best of DD with more features, including:
- On-the-fly hashing using more algorithm choices (MD5, SHA-1, SHA-256, and SHA-512)
- A meter to monitor progress and acquisition time
- Writing of errors to a file
- Splitting of output files
- Verification of files
- Wiping of output files (pattern wiping)
Note
Although we'll only be looking at DD and DC3DD, there is also another tool called DCFLDD, which can be installed on Linux-based systems. DCFLDD is an enhanced version of DD and is maintained and supported by the Defense Computer Forensics Labs (DCFL) with its own release schedule, unlike DC3DD which updates synchronized with DD.
DC3DD is a CLI and can be easily run in Kali Linux by first opening a Terminal and typing dc3dd
. To start with, I recommend using the dc3dd --help
command, which lists the available parameters used with dc3dd
:
As seen in the previous screenshot...