Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
Wayback URL Finder
A Chrome extension that helps you quickly discover archived URLs from the Wayback Machine. Perfect for bug bounty hunters, security researchers, and OSINT enthusiasts.
Features
- 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 (
Installation
-
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
Usage
- 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
Example Queries
Main Domain
https://web.archive.org/cdx/search/cdx?url=example.com/*&collapse=urlkey&output=text&fl=original
Wildcard Domain
https://web.archive.org/cdx/search/cdx?url=*.example.com/*&collapse=urlkey&output=text&fl=original
Specific Path
https://web.archive.org/cdx/search/cdx?url=https://example.com/path/*&collapse=urlkey&output=text&fl=original
Sensitive File Extensions
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)$
Screenshots
Contributing
Pull requests are welcome! Feel free to suggest new features, UI improvements, or bug fixes via GitHub issues.
Author
Coffinxp - Bug bounty hunter & security researcher
License
This project is licensed under the MIT License - see the LICENSE file for details.