Find Your Website History using Waybackpack
- Aryan Ahirwar
- May 22, 2016
- 1 min read
Waybackpack is a command-line tool that lets you download the entire Wayback Machine archive for a given URL
Open your Kali Linux terminal and go to desktop and type the following command
git clone https://github.com/jsvine/waybackpack.git

Now go the waybackpack folder and type the following command
pip install waybackpack

Now run the following command to view any website for the particular year and save the result in .html format in the desired folder.
In example below I’m using hackingarticles.in for the year 2010 and saving the result in /Downloads/hacking-wayback

Now you will see the saved file in the desired folder.

See the result below

Comments