39 lines
927 B
YAML
39 lines
927 B
YAML
id: unauth-selenium-grid-console
|
|
|
|
info:
|
|
name: Selenium Grid Console - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: Selenium Grid Console panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
tags: misconfig,unauth,selenium
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/grid/console"
|
|
- "{{BaseURL}}/console"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Grid Console"
|
|
- "view config"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022040a41acb12712b9d42a5e62147a62bd89469e151c5bd65cbe36251310210f5630221008c817f12fa02692e591ac913f60c7f324f9dc5998a42f1a8fba766aad347f3a3:922c64590222798bb761d5b6d8e72950
|