Mine paths, parameters, files and embedded tokens from a domain’s archived URLs. Multi-source (Wayback Machine + AlienVault OTX), batch up to 3 domains, advanced filtration and a dedicated token-extraction view.
Wayback URL Extractor pulls every URL that the Internet Archive and AlienVault OTX have ever seen for a domain, then mines that list for the testable surface: parameter names, file extensions, sensitive backups, deep API paths, dangerous-parameter URLs, and tokens or secrets embedded in query strings.
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 does not just dump the list, it extracts the high-value subset and presents it with one-click filtering.
These are historical snapshots, so many will 404 today. That is the point: test which old endpoints still respond, as they are frequently left unpatched. Use the “Status 200 only” toggle to focus on captures that were live at archive time.
No. Every query goes to the Internet Archive and AlienVault OTX. Token scanning and pattern grouping are all regex operations on the URL strings, with no live probing of your target.
Each URL is regex-scanned for known token formats (JWT, AWS signed URL, Google / Stripe / Slack / GitHub / Twilio API keys, session cookies in URLs, emails, internal IPv4 addresses, long Base64 blobs). Findings are severity-tagged and grouped by type.
The Parameterized URLs view shows real archived URLs by default. Toggle “Show as FUZZ template” to replace every query value with FUZZ and de-duplicate the result, which is the format your fuzzer wants.