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