Releases: lamcodeofpwnosec/Waybash
Releases · lamcodeofpwnosec/Waybash
Waybash v1.1.0 - Modular Features Update
We are excited to release Waybash v1.1.0, featuring a new modular design and a host of new functionality for enhanced web archival analysis. This release introduces the following key improvements and features:
New Features:
- Filter by Date Range: Users can now filter archived URLs by a specific date range, allowing for focused analysis on a particular period.
- HTTP Status Code Inclusion: Retrieve archived URLs with their corresponding HTTP status codes (e.g., 200, 404), which is useful for identifying broken or redirected pages.
- Filter by MIME Type: Analyze archived content based on its MIME type (e.g., text/html, image/jpeg), which allows for the selection of specific content types.
- Track URL Changes Over Time: This feature provides insight into how specific URLs have changed across different timestamps, useful for tracking historical content updates.
- Download Archived Pages: Download the HTML content of archived URLs for offline analysis directly from the Wayback Machine.
- Verbose Mode: A verbose option that gives detailed log output during the crawling process, providing insights into each step of execution.
Other Updates:
- Modular Structure: Each feature is now split into individual scripts under the features/ directory, improving code readability and maintainability.
- Help Command: Added a -help command to display usage instructions and feature descriptions.