Get urls for the domain using wayback api implemented in nodejs.
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.
- [] 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