Accept line-delimited domains on stdin, fetch known URLs from the Wayback Machine for *.domain and output them on stdout built using javascript(nodejs)
- Fast need to your device node js install.
- Install the required dependencies by running.
npm install axios fs
- 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
This tool was inspired by @tomnomnom script. Thanks to them for the great idea!