aquatone

web_information_gathering attacking_common_applications

Aquatone (5.4k ⭐, 2019 πŸͺ¦) is a tool often used when given a large list of websites we want to get a preview of each.

$ go install github.com/michenriksen/aquatone@latest
$ cat urls.lst | aquatone

Unfortunately, it doesn't work with recent versions of go.

We can use the latest packaged version if we don't want to fix it.

$ get https://github.com/michenriksen/aquatone/releases/download/v1.7.0/aquatone_linux_amd64_1.7.0.zip
$ sudo unzip aquatone_linux_amd64_1.7.0.zip -d /opt/aquatone
$ sudo ln -s /opt/aquatone/aquatone /usr/local/bin/aquatone
$ echo 'example.com' | aquatone
$ firefox aquatone_report.html