Example Usage
Usage of aquatone:
  -chrome-path string
        Full path to the Chrome/Chromium executable to use. By default, aquatone will search for Chrome or Chromium
  -debug
        Print debugging information
  -filter-codes string
        Invalid HTTP status codes to do web scan (seperated by commas)
  -full-page
        Screenshot full web pages
  -http-timeout int
        Timeout in miliseconds for HTTP requests (default 15000)
  -input-file string
        Input file to parse hosts (Nmap or Raw) rather than STDIN
  -match-codes string
        Valid HTTP status codes to do web scan (seperated by commas)
  -nmap
        Parse input as Nmap/Masscan XML
  -no-redirect
        Do not follow HTTP redirects
  -offline
        Use offline js files to generate the default template report.
  -out string
        Directory to write files to (default ".")
  -ports string
        Ports to scan on hosts. Supported list aliases: small, medium, large, xlarge (default "80,443,8080,8443")
  -proxy string
        Proxy to use for HTTP requests
  -save-body
        Save response bodies to files
  -scan-timeout int
        Timeout in miliseconds for port scans (default 3000)
  -screenshot-delay int