Skip to content

Fork with time range filter - Fetch all the URLs that the Wayback Machine knows about for a domain

Notifications You must be signed in to change notification settings

ignis-sec/waybackurls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Fork with time range filter - Fetch all the URLs that the Wayback Machine knows about for a domain

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 78.5%
  • Shell 21.5%