Skip to content

pffexport

What pffexport does

Guided SUSA tool journey

pffexport supports email forensics. In this guide, you will use it to export a training mail store and verify message and folder provenance. The procedure and screenshots provide the practical reference; the surrounding context explains what to record and how to judge the result.

Tool guide at a glance

Investigation task

Export a training mail store and verify message and folder provenance.

Starting material

A copied training mail store or message set with account and acquisition context.

Successful outcome

A message finding supported by identifiers, headers, mailbox context, and safely handled attachments.

Evidence and safety

Do not open recovered attachments or links on SUSA. Preserve the source store and exported-message provenance. Record the input identifier, tool version, relevant commands or settings, time and time zone, output location, and any errors or limitations as you work.

Choose your journey

How the labs complement this guide

The Interactive Lab is a safe browser simulation for practising the workflow and validation logic. The Full Lab is an independent exercise for an isolated, authorised environment. Confirm the installed tool version and expected output before relying on either exercise in a real case.

Accessing pffexport in SUSA

pffexport is an open-source command-line utility used to extract, recover, and export items (emails, attachments, contacts, calendar entries) stored in Microsoft Outlook Personal Folder Files (.pst), Offline Folder Files (.ost), and Personal Address Book (.pab) files.

Open the Ubuntu in WSL and run the following commands:

sudo apt update
sudo apt install pff-tools

This installs pffexport along with other dependencies.

Verify the installation by running:

pffexport -V

Screenshot: Verify the installation by running:

Make a folder called pffexport in C:\Tools. In C:\Tools\pffexport, right-click → New → Shortcut.

Paste the following command into the shortcut location field, then select Next.

wsl.exe -e bash -c "exec bash --rcfile <(echo 'source ~/.bashrc; pffexport -h')"

Screenshot: Paste the following command into the shortcut location field, then select Next

Change the name of the shortcut to pffexport and click Finish.

Screenshot: Change the name of the shortcut to pffexport and click Finish

Double-click the pffexport shortcut. This should open the pffexport in the WSL terminal.

Screenshot: Double-click the pffexport shortcut. This should open the pffexport in the WSL terminal