driftwood v1.0.1 releases: Private key usage verification
Driftwood
Driftwood is a tool that can enable you to look up 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.
Changelog v1.0.1
- Add testing action by @dustin-decker in #3
- Bump golang.org/x/sys from 0.0.0-20210615035016-665e8c7367d1 to 0.1.0 by @dependabot in #9
Install
Three easy ways to get started.
Run with Docker
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
Library Usage
Packages under pkg/ are libraries that can be used for external consumption. Packages under pkg/exp/ are considered to be experimental status and may have breaking changes.