Recover a domain’s historical URLs from the Wayback Machine — then mine them for parameters, subdomains and sensitive files.
Wayback URL Extractor queries the Internet Archive’s CDX index to recover every URL the archive has seen for a domain — including pages, parameters and endpoints that may no longer be linked anywhere on the live site. The lookup hits a fixed third-party API, so nothing is sent to the target.
Old URLs are gold for testers: they reveal forgotten parameters, deprecated API routes and legacy files that often still work and are rarely patched. This tool doesn’t just dump the list — it extracts the testable surface for you.
These are historical snapshots — many will 404 today. That is the point: test which old endpoints still respond, as they are frequently left unpatched. Use the “200 only” toggle to focus on captures that were live.
URLs that carry query parameters, de-duplicated and collapsed so each parameter value becomes FUZZ — a clean, ready-to-fuzz list of injectable endpoints.