Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 481 Bytes

README.mkd

File metadata and controls

22 lines (14 loc) · 481 Bytes

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

▶ cat domains.txt | waybackurls -oldest 20190101 > urls

Install:

▶ Check release page

Credit

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