A Chrome extension that helps you quickly discover archived URLs from the Wayback Machine. Perfect for bug bounty hunters, security researchers, and OSINT enthusiasts.
- Instant URL Lookup – Quickly fetch archived URLs from the Wayback Machine.
- Four Search Modes:
- Main Domain URLs (
https://example.com/*
) - Wildcard Domain URLs (
*.example.com/*
) - Specific Path URLs (
https://example.com/path/*
) - Sensitive File Extensions (
.pdf
,.sql
,.json
,.env
,.bak
, etc.)
- Main Domain URLs (
-
Download or clone this repository:
git clone https://github.com/coffinxp/wayback-url-finder.git
-
Open Chrome and navigate to
chrome://extensions/
-
Enable "Developer mode" in the top-right corner
-
Click "Load unpacked" and select the folder where you saved the project
-
The Wayback URL Finder icon should now appear in your Chrome toolbar
- Navigate to any webpage
- Click the Wayback URL Finder icon in your Chrome toolbar
- Choose one of the following options:
- Main Domain URLs
- Wildcard Domain URLs
- Specific Path URLs
- Sensitive File Extensions
- The extension will open the corresponding Wayback Machine results in a new tab
https://web.archive.org/cdx/search/cdx?url=example.com/*&collapse=urlkey&output=text&fl=original
https://web.archive.org/cdx/search/cdx?url=*.example.com/*&collapse=urlkey&output=text&fl=original
https://web.archive.org/cdx/search/cdx?url=https://example.com/path/*&collapse=urlkey&output=text&fl=original
https://web.archive.org/cdx/search/cdx?url=*.example.com/*&collapse=urlkey&output=text&fl=original&filter=original:.*\.(xls|xml|xlsx|json|pdf|sql|doc|docx|pptx|txt|zip|tar\.gz|tgz|bak|7z|rar|log|cache|secret|db|backup|yml|gz|git|config|csv|yaml|md|md5|exe|dll|bin|ini|bat|sh|tar|deb|rpm|iso|img|apk|msi|env|dmg|tmp|crt|pem|key|pub|asc)$

Pull requests are welcome! Feel free to suggest new features, UI improvements, or bug fixes via GitHub issues.
Coffinxp - Bug bounty hunter & security researcher
This project is licensed under the MIT License - see the LICENSE file for details.