Gokuld6012 / waybackunifier-js

Get urls for the domain using wayback api implemented in nodejs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waybackunifier-js

Get urls for the domain using wayback api implemented in nodejs.

To Run

To Run

Clone this repository

$ npm install
$ node waybackunifier google.com true
*google.com* - the domain which we want get urls.

*true* - to include subdomain.

TODO

  • [] To include multiple domains.
  • [] Output the results into the file.
  • [] To filter based on the time.
  • [] To add a package for more efficient handling of cli arguments

Project inspired from: https://github.com/mhmdiaa/waybackunifier

CODE REVIEW MUCH APPRECIATED 🙏

About

Get urls for the domain using wayback api implemented in nodejs.

License:MIT License


Languages

Language:JavaScript 100.0%