Welcome to the Wayurls repository! This command-line interface (CLI) tool allows you to fetch URLs from the Wayback Machine, Common Crawl, and VirusTotal. It's designed for security researchers, bug bounty hunters, and anyone interested in web security.
- Fetch URLs: Quickly retrieve URLs from the Wayback Machine, Common Crawl, and VirusTotal.
- Lightweight: The tool is designed to be fast and efficient, ensuring minimal resource usage.
- Easy to Use: The CLI interface makes it straightforward for both beginners and experienced users.
- Security Focused: Tailored for cybersecurity professionals, bug bounty hunters, and OSINT enthusiasts.
To get started with Wayurls, download the latest release from the Releases section. Follow the instructions to execute the file on your machine.
- Go installed on your machine (version 1.16 or later).
- Basic knowledge of using the command line.
- Visit the Releases section.
- Download the appropriate file for your operating system.
- Execute the file using your command line.
Once you have installed Wayurls, you can start using it immediately. Open your terminal and type wayurls
to see the available commands and options.
wayurls fetch --source wayback --url example.com
This command will fetch URLs for example.com
from the Wayback Machine.
Wayurls offers several commands to make your URL fetching experience seamless:
- Description: Fetches URLs from specified sources.
- Usage:
wayurls fetch --source [source] --url [url]
- Description: Lists all fetched URLs.
- Usage:
wayurls list
- Description: Clears the stored URLs.
- Usage:
wayurls clear
We welcome contributions to Wayurls! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch to your forked repository.
- Open a pull request.
Please ensure your code follows the existing style and includes tests where applicable.
Wayurls is licensed under the MIT License. See the LICENSE file for more details.
If you encounter any issues or have questions, please check the Releases section for updates. You can also open an issue in the repository for further assistance.
Thank you for using Wayurls! We hope this tool enhances your web security efforts. Happy fetching!