
waybackurls
waybackurls is tool that can fetch all the URLs that the Wayback Machine knows about for a domain.
Accept line-delimited domains on stdin, fetch known URLs from the Wayback Machine for *.domain
and output them on stdout.
Requirements:
- Golang
Install
go install github.com/tomnomnom/[email protected]
Usage example:
waybackurls target.com | tee target.txt
cat domains.txt | waybackurls > urls