Kali Linux Tutorial – How to Install Gowitness on Kali Linux
This tutorial will show you how to get gowitness working on Kali Linux. I’ve been going through the Practical Ethical Hacking Course on Udemy from @The Cyber Mentor and ran into an issue getting gowitness to install. Hope this helps some of you out there.
The lines that you need to add to your .bashrc file are:
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
Gowitness is a website screenshot utility written in Golang, that uses Chrome Headless to generate screenshots of web interfaces using the command line. Both Linux and macOS is supported, with Windows support ‘partially working‘.
Inspiration for gowitness comes from Eyewitness. If you are looking for something with lots of extra features, be sure to check it out along with these other projects.
Written by admin