github.com/prodrious/waybackurls


Install
go get github.com/prodrious/waybackurls

Documentation

waybackurls

Accept line-delimited domains on stdin, fetch known URLs from the Wayback Machine for *.domain and output them on stdout.

Usage example:

â–¶ cat domains.txt | waybackurls > urls

Install:

â–¶ go get github.com/tomnomnom/waybackurls

Credit

This tool was inspired by @mhmdiaa's waybackurls.py script. Thanks to them for the great idea!