undbx
UnDBX is a tool to extract, recover, and undelete email messages from Microsoft Outlook Express .dbx files. It is useful in forensics investigations for parsing corrupted files and recovering deleted messages.
Description
UnDBX extracts, recovers, and undeletes email messages from .dbx files used by MS Outlook Express or similar email programs in MS Windows. It can parse corrupted .dbx files to recover messages and attempt to undelete messages not only from Deleted Items but also from fragments of deleted messages that were not overwritten.
The tool is particularly valuable in forensics investigations where access to email data from .dbx files is needed. It supports recovery mode for damaged files and provides options for handling deleted messages and file naming.
UnDBX processes .dbx folders or individual files, outputting emails to a specified folder with configurable verbosity and safety options.
How It Works
UnDBX parses .dbx file structures to extract email messages, including handling corrupted data in recovery mode. It identifies and recovers messages from fragments, distinguishes deleted messages (moving them to a 'deleted' sub-directory by default or deleting with -D), ignores empty messages if specified, and generates locale-safe filenames. Debug output and verbosity levels aid in troubleshooting parsing issues.
Installation
sudo apt install undbxFlags
Examples
undbx -hundbx <DBX-FOLDER>undbx <DBX-FILE> <OUTPUT-FOLDER>undbx -r <DBX-FOLDER> <OUTPUT-FOLDER>undbx -v 5 -s <DBX-FILE> <OUTPUT-FOLDER>undbx -D <DBX-FOLDER> <OUTPUT-FOLDER>undbx -i -d <DBX-FILE>