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.
- 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
▶ go get -u github.com/0xrishabh/govis