Skip to content

securi3ytalent/JS_waybackurls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!