Goverview Versions Save

goverview - Get an overview of the list of URLs

v1.0.1

2 years ago

Small improvement to strip out too long CSP header.

v1.0.0

2 years ago
  • Add favicon hash check.
  • Add the ability to proxy the headless browser too.
cat list_of_urls.txt | goverview screen --proxy http://127.0.0.1:8080
  • Add an HTML report for viewing screenshot results.
  • Refactor and add some improvements.

Sample overview data looks like this

{
  "url": "http://your.target.com",
  "title": "Very long title here",
  "checksum": "xxxx",
  "content_file": "No-Content",
  "status": "200",
  "time": "0.242321979",
  "length": "8322",
  "redirect": "No-Redirect",
  "headers": "very long header here",
  "favicon": "-145130000"
}

v0.4

2 years ago

A lot of bug fixes and Improvements.