t0thkr1s / wayback

Command line program for the Wayback machine.

Home Page:https://medium.com/infosec-adventures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wayback

made-with-python built-with-love

The Wayback Machine is a digital archive of the World Wide Web, founded by the Internet Archive. This is a standalone script written in Python 3 for querying the web archive. You can get a nice list of archive links with dates, times, status codes and mime types. You also have the ability to specify criteria like date range and result filter.

Download

git clone https://github.com/t0thkr1s/wayback

Install

The script has 4 dependencies:

You can install these by typing:

python3 setup.py install

Run

python3 wayback.py -t [target_domain]

Screenshot

Screenshot

Disclaimer

This tool is only for testing and academic purposes and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this tool and software.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

About

Command line program for the Wayback machine.

https://medium.com/infosec-adventures

License:GNU General Public License v3.0


Languages

Language:Python 100.0%