Skip to content

v1.0.0

Compare
Choose a tag to compare
@j3ssie j3ssie released this 24 Aug 12:03
· 2 commits to master since this release
  • 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"
}