goverview

goverview - Get an overview of the list of URLs

MIT License

Stars
144
goverview - v1.0.1 Latest Release

Published by j3ssie about 3 years ago

Small improvement to strip out too long CSP header.

goverview - v1.0.0

Published by j3ssie about 3 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"
}
goverview - v0.4

Published by j3ssie over 3 years ago

A lot of bug fixes and Improvements.