sigsubs

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2020 License: MIT

README

sigsubs

Made with Go Maintenance open issues closed issues License Author

sigsubs is a vertical correlation(subdomain discovery) tool. It gathers a list of subdomains passively using various online sources.

Resources

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

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

$ GO111MODULE=on go get -u -v github.com/Mr-51gn3d-Projects/sigsubs/cmd/sigsubs
From Github
$ git clone https://github.com/Mr-51gn3d-Projects/sigsubs.git; cd sigsubs/cmd/sigsubs/; go build; mv sigsubs /usr/local/bin/; sigsubs -h

Usage

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

$ sigsubs -h
Flag Description Example
-c, --configuration configuration file sigsubs -d example.com -c conf.yaml
-d, --domain domain to find subdomains for sigsubs -d example.com
-e, --exclude comma separated list of sources to exlude sigsubs -d example.com -exclude wayback
-l, --list list all the sources available sigsubs -l
-nc, --no-color no color mode sigsubs -d example.com -nc
-s, --silent silent mode: output subdomains only sigsubs -d example.com -s
-u, --use comma separated list of sources to use sigsubs -d example.com -use wayback

Contibution

Issues and Pull Requests are welcome!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL