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.
- Host: GitHub
- URL: https://github.com/andersonbosa/wayback.go
- Owner: andersonbosa
- License: cc0-1.0
- Created: 2023-09-06T02:35:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T18:05:47.000Z (over 1 year ago)
- Last Synced: 2025-06-11T15:38:09.484Z (about 1 year ago)
- Topics: show
- Language: Go
- Homepage:
- Size: 10.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README

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 |
| ----------------------------------------- | ----------------------------------------- |
|  |  |
### Video Tutorial
[](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).
---
| Did you like the repository? Give it a star! 😁