Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 728 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 728 Bytes

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!