Waybackurls MCP

by GH05TCREW

do-waybackurls

Fetch historical URLs from the Wayback Machine for a specified domain to discover forgotten endpoints, hidden API paths, and potentially vulnerable links for security and research purposes.

Instructions

Execute Waybackurls, a tool that fetches known URLs from the Wayback Machine archive for a given domain. This helps in discovering historical endpoints, forgotten API paths, and potentially vulnerable URLs that might not be directly accessible or linked from the current version of the website.

Input Schema

NameRequiredDescriptionDefault
noSubYesWhen set to true, only retrieves URLs from the exact domain specified, excluding all subdomains
targetYesTarget domain to retrieve historical URLs from the Wayback Machine (e.g., example.com)
waybackurls_argsNoAdditional waybackurls arguments

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "noSub": { "description": "When set to true, only retrieves URLs from the exact domain specified, excluding all subdomains", "type": [ "boolean", "null" ] }, "target": { "description": "Target domain to retrieve historical URLs from the Wayback Machine (e.g., example.com)", "format": "uri", "type": "string" }, "waybackurls_args": { "anyOf": [ { "description": "Waybackurls arguments as a string (e.g. '--with-bodies')", "type": "string" }, { "description": "Waybackurls arguments as an array (e.g. ['--with-bodies'])", "items": { "type": "string" }, "type": "array" } ], "description": "Additional waybackurls arguments" } }, "required": [ "target", "noSub" ], "type": "object" }

You must be authenticated.

Other Tools from Waybackurls MCP

Related Tools

ID: si2ghoockn