documentation/modules/auxiliary/scanner/http/redoc_exposed.md
Detects publicly exposed ReDoc API documentation pages by looking for known DOM elements and script names. The module
is read-only and sends safe GET requests.
<redoc>, #redoc, or scripts containing redoc / redoc.standalone).msfconsole.use auxiliary/scanner/http/redoc_exposedset RHOSTS <target-or-range>set SSL trueset REDOC_PATHS /redoc,/docsrunComma-separated custom paths to probe. If unset, defaults to /redoc,/redoc/,/docs,/api/docs,/openapi
msf6 > use auxiliary/scanner/http/redoc_exposed
msf6 auxiliary(scanner/http/redoc_exposed) > set RHOSTS 192.0.2.0/24
msf6 auxiliary(scanner/http/redoc_exposed) > run
[+] 192.0.2.15 - ReDoc likely exposed at /docs
[*] 192.0.2.23 - no ReDoc found
CRASH_SAFE (GET requests only).IOC_IN_LOGS).