gowitness is a website screenshot utility written in Golang, that uses Chrome Headless to generate screenshots of web interfaces using the command line, with a handy report viewer to process results. Both Linux and macOS is supported, with Windows support mostly 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.
sudo apt install gowitness (50.22 MB)
Dependências: chromium, libc6
Escolha um comando ao lado para ver a descrição e a ajuda completa.
gowitness
root@kali:~# gowitness -h
_ _
___ ___ _ _ _|_| |_ __ ___ ___ ___
| . | . | | | | | _| | -_|_ -|_ -|
|_ |___|_____|_|_||_|_|___|___|___|
|___| v3, with <3 by @leonjza
Usage:
gowitness [command]
Available Commands:
help Help about any command
report Work with gowitness reports
scan Perform various scans
version Get the gowitness version
Flags:
-D, --debug-log Enable debug logging
-h, --help help for gowitness
--profile Enable CPU, memory, and trace profiling (writes to profiles/<timestamp>/)
-q, --quiet Silence (almost all) logging
Use "gowitness [command] --help" for more information about a command.