Skip to content

CLI tool for fetching URLs from Wayback Machine, Common Crawl, and VirusTotal.

License

Notifications You must be signed in to change notification settings

alwalxed/wayurls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WayURLS

A CLI tool to fetch URLs from various sources including Wayback Machine, Common Crawl, and VirusTotal.

Installation

go install github.com/alwalxed/wayurls@latest

Usage

wayurls [OPTIONS] [DOMAIN...]

Options:
  -d               Show fetch date in first column
  -t <domain|file> Target domain or file with list of domains
  -n               Exclude subdomains
  -o <file>        Output file (default: stdout)
  -v               List crawled URL versions
  -vt <key>        VirusTotal API key

Examples

# Fetch URLs for a single domain
wayurls example.com

# Fetch URLs from a list of domains
wayurls -t domains.txt -o results.txt

# Fetch URLs with dates, excluding subdomains
wayurls -d -n -t example.com

# List crawled versions of URLs
wayurls -v example.com

Contributing

Contributions are welcome via pull requests.

License

MIT