Releases: kev365/xways-trufflehog
Releases · kev365/xways-trufflehog
xways-trufflehog v0.1.0
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-Tensionxways-trufflehog.cfg.example— fully-commented reference config, auto-copied toxways-trufflehog.cfgon first runhog.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.gzfrom the upstream releases page and droptrufflehog.exeat<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-verificationto TruffleHog. - To enable live verification: put
--only-verifiedin the dialog''s Extra arguments field.
Links
- Repo: https://github.com/kev365/xways-trufflehog
- TruffleHog releases: https://github.com/trufflesecurity/trufflehog/releases