Skip to Content
Research with Our Labs
ReconnaissanceEndpoint DiscoveryEndpoint Discovery – Endpoint

Endpoint Discovery – Endpoint

Base URL

https://api.rsch.io

Path

/api/v1/recon/endpoint

Method

GET

Query Parameters

  • domainRequired. Domain or full URL to analyze,
    for example http://testphp.vulnweb.com.

Example Request

GET https://api.rsch.io/api/v1/recon/endpoints?domain=http://testphp.vulnweb.com

Example Response

{ "status": "success", "request_id": "6d73cbc5-b0a1-44e4-92ba-66be9604c99c", "date": "2025-11-26 10:00:19", "duration": 0.3699963092803955, "data": { "input": "http://testphp.vulnweb.com", "url": "http://testphp.vulnweb.com", "final_url": "http://testphp.vulnweb.com/", "status_code": 200, "host": "testphp.vulnweb.com", "analysis": { "html": { "links": [ "/AJAX/index.php", "/Mod_Rewrite_Shop/", "/artists.php", "/cart.php", "/categories.php", "/disclaimer.php", "/guestbook.php", "/hpp/", "/index.php", "/login.php", "/privacy.php", "/userinfo.php", "wvs@acunetix.com" ], "forms": [ "/search.php?test=query" ], "scripts": [], "assets": [ "/style.css" ] }, "robots": { "url": "http://testphp.vulnweb.com/robots.txt", "fetched": true, "status_code": 404, "paths": [], "notes": "robots.txt present but no explicit Allow/Disallow rules parsed." }, "sitemap": { "url": "http://testphp.vulnweb.com/sitemap.xml", "fetched": false, "status_code": 404, "paths": [], "notes": "sitemap.xml not present or not readable." }, "summary": { "total_unique_paths": 15, "interesting_paths": [ "/login.php", "/userinfo.php" ], "api_like_paths": [] } } } }
  • analysis.html.links lists paths discovered in anchor tags.
  • analysis.summary.interesting_paths highlights paths that may warrant deeper testing.
Last updated on