package
0.0.0-20220725142448-6fd7870f20ab
Repository: https://github.com/tomnomnom/hacks.git
Documentation: pkg.go.dev
# README
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/hacks/waybackurls