Accept line-delimited domains on stdin, fetch known URLs from the Wayback Machine for *.domain and output them on stdout.
python script.py example.comcat domains.txt | python main.pyor
echo "example.com" | python main.pypython script.py example.com > outforked from tomnomnom/waybackurls This tool was inspired by @mhmdiaa's waybackurls.py script. Thanks to them for the great idea!