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
Using the python intimations module, you can receive a message to your telegram mobile application once the execution is complete.
cat domains.txt | waybackurls > urls ; python3 -m intimations telegram --title 'waybackurls' --message 'Done finding archived URLs'
Install:
▶ go get github.com/tomnomnom/waybackurls
This tool was inspired by @mhmdiaa's waybackurls.py script. Thanks to them for the great idea!