sigurls

module
v1.0.0 Latest Latest
Warning

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

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

README

sigurls

Made with Go Maintenance open issues closed issues License Author

sigurls fetches known URLs from AlienVault's OTX, Common Crawl, URLScan and the Wayback Machine for any given domain.

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

sigurls 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/sigurls/cmd/sigurls
From Github
$ git clone https://github.com/Mr-51gn3d-Projects/sigurls.git; cd sigurls/cmd/sigurls/; go build; mv sigurls /usr/local/bin/; sigurls -h

Usage

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

$ sigurls -h
Flag Description Example
-domain domain to fetch urls for sigurls -domain example.com
-exclude comma separated list of sources to exclude sigurls -domain example.com -exclude wayback
-no-color no color mode sigurls -domain example.com -no-color
-silent silent mode: output urls only sigurls -domain example.com -silent
-subs include target's subdomains' urls sigurls -domain example.com -subs
-use comma separated list of sources to use sigurls -domain example.com -use wayback

Contibution

Issues and Pull Requests are welcome!

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

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