Endpoint Discovery – Endpoint
Base URL
https://api.rsch.ioPath
/api/v1/recon/endpointMethod
GETQuery Parameters
domain– Required. Domain or full URL to analyze,
for examplehttp://testphp.vulnweb.com.
Example Request
GET https://api.rsch.io/api/v1/recon/endpoints?domain=http://testphp.vulnweb.comExample 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.linkslists paths discovered in anchor tags.analysis.summary.interesting_pathshighlights paths that may warrant deeper testing.
Last updated on