/wayback.go

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

Primary LanguageGoCreative Commons Zero v1.0 UniversalCC0-1.0

Project banner

AboutTechnologiesContributionLicense


💬 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 image

Video Tutorial

asciicast

Steps:

# [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

🤝 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.


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