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:
    1. Main Domain URLs (https://example.com/*)
    2. Wildcard Domain URLs (*.example.com/*)
    3. Specific Path URLs (https://example.com/path/*)
    4. Sensitive File Extensions (.pdf, .sql, .json, .env, .bak, etc.)

Installation

  1. Download or clone this repository:

    git clone https://github.com/coffinxp/wayback-url-finder.git
  2. Open Chrome and navigate to chrome://extensions/

  3. Enable "Developer mode" in the top-right corner

  4. Click "Load unpacked" and select the folder where you saved the project

  5. The Wayback URL Finder icon should now appear in your Chrome toolbar

Usage

  1. Navigate to any webpage
  2. Click the Wayback URL Finder icon in your Chrome toolbar
  3. Choose one of the following options:
    • Main Domain URLs
    • Wildcard Domain URLs
    • Specific Path URLs
    • Sensitive File Extensions
  4. 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

Screenshot 2025-10-19 091726

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.

关于 About

No description, website, or topics provided.

语言 Languages

HTML76.2%
JavaScript23.8%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
10
Total Commits
峰值: 10次/周
Less
More

核心贡献者 Contributors