Endpoint Discovery
Endpoint Discovery inspects a single entrypoint (homepage or specific URL) and extracts navigable paths such as:
- Links from HTML (
<a href>) - Script and asset paths
- Hints from
robots.txt - Paths referenced in
sitemap.xml
This is useful when you want a quick map of:
- Public pages and sections immediately reachable from a landing page.
- Interesting paths (e.g.
/manage-service,/admin,/dashboard). - URLs to feed into scanners, monitoring, or further manual testing.
For request format, parameters, and examples, see the Endpoint page in this module.
Last updated on