Driftwood is a tool that can enable you to lookup whether a private key is used for things like TLS or as a GitHub SSH key for a user.
Driftwood performs lookups with the computed public key, so the private key never leaves where you run the tool. Additionally it supports some basic password cracking for encrypted keys.
Installation
Three easy ways to get started.
cat private.key | docker run –rm -i trufflesecurity/driftwood –pretty-json –
Run pre-built binary
Download the binary from the releases page and run it.
Build yourself
go install github.com/trufflesecurity/driftwood@latest
Usage
Minimal usage is
$ driftwood path/to/privatekey.pem
Run with --help
to see more options.
garak checks if an LLM can be made to fail in a way we don't…
Vermilion is a simple and lightweight CLI tool designed for rapid collection, and optional exfiltration…
ADCFFS is a PowerShell script that can be used to exploit the AD CS container…
Tartufo will, by default, scan the entire history of a git repository for any text…
Loco is strongly inspired by Rails. If you know Rails and Rust, you'll feel at…
A data hoarder’s dream come true: bundle any web page into a single HTML file.…