Skip to content

Aquatone - Automatize web scanner in large subdomain lists

Aquatone is a tool for automatic and visual inspection of websites across many hosts and is convenient for quickly gaining an overview of HTTP-based attack surfaces by scanning a list of configurable ports, visiting the website with a headless Chrome browser, and taking a screenshot. This is helpful, especially when dealing with huge subdomain lists.

sudo apt install golang chromium-driver

go get github.com/michenriksen/aquatone

export PATH="$PATH":"$HOME/go/bin"

Basic usage

cat example_of_list.txt | aquatone -out ./aquatone -screenshot-timeout 1000
Last update: 2023-07-02
Created: July 2, 2023 20:08:45