Skip to content

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

Notifications You must be signed in to change notification settings

diego-tella/waybackurls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Waybackurls

Fetch all the URLs that the Wayback Machine knows about for a domain. This program was written in C# and inspired by the classic waybackurls. I wanted to create my own C# version (to use as an executable on windows machines) so I created this one, with some differences.

Install

For windows:

git clone https://github.com/diego-tella/waybackurls
cd waybackurls\waybackurls

You can compile the program directly from Visual Studio (which I advise) or via the command line, like:

c:\windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /reference:Newtonsoft.Json.dll /t:exe /out:waybackurls.exe *.cs

You need the Newtonsoft.Json.dll DLL to parse the json.

Usage

Usage is simple. You run the program along with the link/domain you want to check the URLs saved in the wayback machine. Exemple:

waybackurls.exe example.com

The program accepts three arguments as well:

-v - Verbose: A colored output with statuscode, timestamp and mimetype.

-o - Output: Save all output to a text file.

-h - Help menu.

waybackurls.exe example.com -v -o

Images

Default

With verbose

Credit

Credits to tomnomnom and mhmdiaa.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages