From a763c0c67fa8e31e8d793490c600cdf9fbd16bb3 Mon Sep 17 00:00:00 2001 From: Noah Halstead Date: Tue, 18 May 2021 23:23:06 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0fec257..3295645 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # SSL Fingerprint (sprint) +[![Go Report Card](https://goreportcard.com/badge/github.com/nhalstead/ssl-fingerprint)](https://goreportcard.com/report/github.com/nhalstead/ssl-fingerprint) +[![GoDoc](https://godoc.org/github.com/nhalstead/ssl-fingerprint?status.svg)](https://godoc.org/github.com/nhalstead/ssl-fingerprint) + This cli application written in go will connect to the given domain and return the `md5`/`sha1`/`sha256`/`sha512` fingerprint formatted appropriately. Simple, Fast, Easy