Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 758 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 758 Bytes

govis

It is a tool written in golang to make screenshotting urls more reliable and consistent. It scans url for screenshot and Javascript files and presents the result in html form.

help

Feautres

  • It also captures all the js files loaded by the domain.
  • Reliable that other tools I have tested.
  • STDIN support to help in workflows
  • Saves info in js file which can be used as json containing { Url, Title, StatusCode, JsUrlsList } with some tweaks
  • Simple to use
    ▶ cat urls | govis

Installation

   ▶ go get -u github.com/0xrishabh/govis

Looks

html file