Skip to content

Releases: kev365/xways-trufflehog

xways-trufflehog v0.1.0

08 Jun 16:40

Choose a tag to compare

First public release. An X-Ways Forensics X-Tension that wraps TruffleHog v3 for per-item secret scanning across volume snapshots — batched per chunk for performance, with optional hash-based dedup, per-detector report tables, and a consolidated XLSX export.

What''s in the zip

  • xways-trufflehog.dll — the X-Tension
  • xways-trufflehog.cfg.example — fully-commented reference config, auto-copied to xways-trufflehog.cfg on first run
  • hog.ico — title-bar icon

Install

Drop the xways-trufflehog/ folder into your X-Ways install''s xtensions/ directory:

<X-Ways install>\xtensions\xways-trufflehog\
├── xways-trufflehog.dll
├── xways-trufflehog.cfg.example
├── hog.ico
└── tools\trufflehog\trufflehog.exe    (you provide this — see below)

Then in X-Ways: Tools → Run X-Tensions… → + → pick xways-trufflehog.dll.

Prerequisites

  • X-Ways Forensics 21.7+ (Windows, 64-bit).
  • TruffleHog v3.x for Windows — download trufflehog_*_windows_amd64.tar.gz from the upstream releases page and drop trufflehog.exe at <dll-dir>\tools\trufflehog\trufflehog.exe (zero-cfg default), or Browse… to it from the dialog. Not bundled here, for reasons.

Default safety posture (offline by default)

  • the X-Tension always passes --no-verification to TruffleHog.
  • To enable live verification: put --only-verified in the dialog''s Extra arguments field.

Links