Skip to content

Commit e17b2a0

Browse files
authored
Remove 'How It Works' section from redoc_exposed.md
Removed the 'How It Works' section detailing the probing process for REDOC.
1 parent 9640152 commit e17b2a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ is read-only and sends safe `GET` requests.
2121
### REDOC_PATHS
2222
Comma-separated custom paths to probe. If unset, defaults to `/redoc,/redoc/,/docs,/api/docs,/openapi`
2323

24-
## How It Works
25-
26-
- Prefers DOM checks (`<redoc>`, `#redoc`, or scripts containing `redoc` / `redoc.standalone`).
27-
- Falls back to title/body heuristics for “redoc”.
28-
- Considers only **2xx** and **403** responses (avoids noisy redirects).
29-
-
3024
## Scenarios
3125

3226
```text

0 commit comments

Comments
 (0)