Skip to content

signedsecurity/sigdork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sigdork

release maintenance open issues closed issues license twitter

Resources

Usage

To display help message for sigurlx use the -h flag::

$ sigdork -h

     _           _            _    
 ___(_) __ _  __| | ___  _ __| | __
/ __| |/ _` |/ _` |/ _ \| '__| |/ /
\__ \ | (_| | (_| | (_) | |  |   < 
|___/_|\__, |\__,_|\___/|_|  |_|\_\ v1.2.0
       |___/

USAGE:
  sigdork [OPTIONS]

OPTIONS:
  -e, --engine          search engine (default: google)
  -p, --pages           number of pages (default: 1)
  -q, --query           search query (use `-q -` to read from stdin)

Installation

From Binary

You can download the pre-built binary for your platform from this repository's releases page, extract, then move it to your $PATHand you're ready to go.

From Source

sigdork requires go1.14+ to install successfully. Run the following command to get the repo

$ GO111MODULE=on go get -u -v github.com/signedsecurity/sigdork/cmd/sigdork

From Github

$ git clone https://github.com/signedsecurity/sigdork.git; cd sigdork/cmd/sigdork/; go build; mv sigdork /usr/local/bin/; sigdork -h

Contribution

Issues and Pull Requests are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages