An open API service indexing awesome lists of open source software.

https://github.com/andersonbosa/wayback.go

Search inside by multiple targets within the "wayback machine" using Golang.Project done with educational purpose.
https://github.com/andersonbosa/wayback.go

show

Last synced: 6 months ago
JSON representation

Search inside by multiple targets within the "wayback machine" using Golang.Project done with educational purpose.

Awesome Lists containing this project

README

          

Project banner





About
Technologies
Contribution
License

---

💬 About

> Project done with educational purpose.
>
This tool in Golang provides an easy and efficient way to search the Wayback Machine across multiple targets. The tool uses the Wayback Machine API to retrieve archived versions of web pages, and then searches those archived versions using a user-provided search query.

The tool can be used for a variety of purposes, including research, development, and digital preservation. For example, researchers can use the tool to track the evolution of a topic across multiple websites, while developers can use the tool to debug issues or track changes on competitor websites.


| Options | Usage |
| ----------------------------------------- | ----------------------------------------- |
| ![image](./docs/assets/images/print2.png) | ![image](./docs/assets/images/print1.png) |

### Video Tutorial

[![asciicast](https://asciinema.org/a/606525.svg)](https://asciinema.org/a/606525)

Steps:

```bash
# [optional] i will enter in a docker container to tutorials purposes
docker run --rm -it alpine:latest sh

# downloading the application
wget https://github.com/andersonbosa/wayback.go/raw/main/wayback.go/wayback.go

# permissions
chmod +x

# usage
./wayback.go -details -targets http://testphp.vulnweb.com/,https://ginandjuice.shop
```

🛠️ Technologies

* [Golang](https://golang.org/)
* [Wayback Machine](http://wayback.archive.org/)

🤝 Contribution


This project is for study purposes too, so please send me a message telling me what you are doing and why you are doing it, teach me what you know. All kinds of contributions are very welcome and appreciated!

📝 License

This project is under the [CC0-1.0 license](LICENSE.md).

---


GitHub Repo stars
| Did you like the repository? Give it a star! 😁