Skip to content

Commit 49c1481

Browse files
authored
Update redoc_exposed.md
1 parent bbd2767 commit 49c1481

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

documentation/modules/auxiliary/scanner/http/redoc_exposed.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
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.
44

5-
### Module Options
65

7-
- **RHOSTS** (required): Target address range or CIDR identifier.
8-
- **RPORT**: Default `80` (from `DefaultOptions`).
9-
- **SSL**: Enable to negotiate HTTPS to the target.
10-
- **REDOC_PATHS** (required): Comma-separated paths to probe. **Default**:
11-
`/redoc,/redoc/,/docs,/api/docs,/openapi`
6+
#### REDOC_PATHS
7+
Comma-separated custom paths to probe. If unset, defaults to:
8+
/redoc,/redoc/,/docs,/api/docs,/openapi
9+
1210

1311
### How It Works
1412

0 commit comments

Comments
 (0)