barisbaydur / waybackurls

Bring all the URLs that the Wayback machine knows for one or more domain names.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

waybackurls

Bring all the URLs that the Wayback machine knows for one or more domain names.

Installation

 ▶ go install github.com/barisbaydur/waybackurls@latest

Usage Example

 ▶ waybackurls -hostFile <file> -outFile
 ▶ waybackurls -host <host> -outFile
 ▶ waybackurls -host <host>

Use -hostFile to specify a file with a list of domains to check.
Use -outFile to save the results to a file by domain name. If not used, the results will be printed to the terminal.

Help

  -host string
        This flag will specify a single domain to check.
  -hostFile string
        This flag will specify a file with a list of domains to check.
  -outFile
        This flag will save the results to a file by domain name. If not used, the results will be printed to the terminal.

About

Bring all the URLs that the Wayback machine knows for one or more domain names.


Languages

Language:Go 100.0%