/JS_waybackurls

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

Primary LanguageJavaScript

JS_waybackurls

Accept line-delimited domains on stdin, fetch known URLs from the Wayback Machine for *.domain and output them on stdout built using javascript(nodejs)

Authors

Haw To Use

Deployment

  1. Fast need to your device node js install.
  2. Install the required dependencies by running.
  npm install axios fs
  1. Run the script using Node.js (node script.js), where script.js is the name of the file containing the code.
  node script.js
  node script.js list.txt

Credit

This tool was inspired by @tomnomnom script. Thanks to them for the great idea!