Git Product home page Git Product logo

go-stare's Introduction

go-stare

made-with-Go go-report license contributions welcome godoc

A fast & light web screenshot without headless browser but Chrome DevTools Protocol!


Resources

Installation

from Binary

The installation is easy. You can download a prebuilt binary from releases page, unpack and run! or with

▶ curl -sSfL https://git.io/go-stare | sh -s -- -b /usr/local/bin

from Source

If you have go1.14+ compiler installed and configured:

▶ GO111MODULE=on go get -v github.com/dwisiswant0/go-stare

In order to update the tool, you can use -u flag with go get command.

from GitHub

▶ git clone https://github.com/dwisiswant0/go-stare
▶ cd go-stare
▶ go build .
▶ mv go-stare /usr/local/bin

Usage

Basic Usage

Simply, go-stare can be run with:

▶ go-stare -t "http://domain.tld"

Flags

▶ go-stare -h

This will display help for the tool. Here are all the switches it supports.

Flag Description
-t, --target Target to captures (single target URL or list)
-c, --concurrency Set the concurrency level (default: 5)
-o, --output Screenshot directory output results (default: ./out)
-q, --quality Image quality to produce (default: 75)
-v, --verbose Verbose mode

Target

You can define a target in 3 ways:

Single URL

▶ go-stare -t "http://domain.tld"

URLs from list

▶ go-stare -t /path/to/urls.txt

from Stdin

In case you want to chained with other tools.

▶ subfinder -d domain.tld -silent | httpx -silent | go-stare -o ./out
# or
▶ gau domain.tld | go-stare -o ./out -q 50

Help & Bugs

If you are still confused or found a bug, please open the issue. All bug reports are appreciated, some features have not been tested yet due to lack of free time.

License

go-stare released under MIT. See LICENSE for more details.

Version

Current version is 0.0.1 and still development.

go-stare's People

Contributors

dwisiswant0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.