Skip to content

BDadmehr0/waybackurls-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Waybackurls with Python

Accept line-delimited domains on stdin, fetch known URLs from the Wayback Machine for *.domain and output them on stdout.

Basic Usage

Single Domain

python script.py example.com

Multiple Domains (via stdin)

cat domains.txt | python main.py

or

echo "example.com" | python main.py

Save output

python script.py example.com > out

Credit

forked from tomnomnom/waybackurls 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 - With Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%