Skip to content

Releases: nhalstead/sprint

v1.0.6

19 May 22:23
Compare
Choose a tag to compare

Fix of the separator flag to work with -s "\n" and -s "\t".

v1.0.5

19 May 21:34
Compare
Choose a tag to compare

Fix to allow for safe handling of missing the command parameters.

v1 Release

19 May 15:27
Compare
Choose a tag to compare

This is a rewrite of what was written two years ago that follows Golang package standards.


This is now in a package form that has a CLI interface using cobra for command interface.
Be sure to look at the README.md file for more information on what can be used!

v0.2.0

19 May 15:25
Compare
Choose a tag to compare

This update fixes some issues discovered in Issue #1 as well as adds some more options for processing the Fingerprint.

Part of the Commit Message from d4c7581 commit.

All of the CLI Flags that can be provided are as follows:
-sha1             Export the Sha1 Version of the Cert Fingerprint
-sha256         Export the Sha256 Version of the Cert Fingerprint
-sha512         Export the Sha512 Version of the Cert Fingerprint
-disableNth   Does not insert `:` into the output
-domain        The Domain to get the Fingerprint from. (Default is Localhost)

Attached is the source code and the Windows Binary of the Go Project.