Ice3man543 / waybackurls

Fetch all the URLs that the Wayback Machine knows about for a domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/waybackurls

Credit

This tool was inspired by @mhmdiaa's waybackurls.py script. Thanks to them for the great idea!

About

Fetch all the URLs that the Wayback Machine knows about for a domain


Languages

Language:Go 69.4%Language:Shell 30.6%