From f1dc2ba6f987d6c0f1b9f59dfb8ecda6a40e01ca Mon Sep 17 00:00:00 2001 From: Siddharth Johri <34266009+JodisKripe@users.noreply.github.com> Date: Sun, 17 Oct 2021 05:33:18 +0000 Subject: [PATCH] Add gowitness (#3839) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22dbdefa..46509842 100644 --- a/README.md +++ b/README.md @@ -1105,6 +1105,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goimagehash](https://github.com/corona10/goimagehash) - Go Perceptual image hashing package. * [goimghdr](https://github.com/corona10/goimghdr) - The imghdr module determines the type of image contained in a file for Go. * [govatar](https://github.com/o1egl/govatar) - Library and CMD tool for generating funny avatars. +* [gowitness](https://github.com/sensepost/gowitness) - Screenshoting webpages using go and headless chrome on command line. * [govips](https://github.com/davidbyttow/govips) - A lightning fast image processing and resizing library for Go. * [gridder](https://github.com/shomali11/gridder) - A Grid based 2D Graphics library. * [image2ascii](https://github.com/qeesung/image2ascii) - Convert image to ASCII.