2022-11-18 05:59:49 +00:00
|
|
|
id: unauth-selenium-grid-console
|
|
|
|
|
|
|
|
info:
|
2023-02-06 21:31:38 +00:00
|
|
|
name: Selenium Grid Console - Detect
|
2022-11-18 05:59:49 +00:00
|
|
|
author: pussycat0x
|
2022-11-18 13:46:56 +00:00
|
|
|
severity: info
|
2023-02-06 21:31:38 +00:00
|
|
|
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.0
|
|
|
|
cwe-id: CWE-200
|
2022-11-18 13:46:56 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2022-11-18 13:46:56 +00:00
|
|
|
verified: true
|
|
|
|
tags: misconfig,unauth,selenium
|
2022-11-18 05:59:49 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-11-18 05:59:49 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/grid/console"
|
|
|
|
- "{{BaseURL}}/console"
|
|
|
|
|
2022-11-18 13:46:56 +00:00
|
|
|
stop-at-first-match: true
|
2022-11-18 05:59:49 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Grid Console"
|
|
|
|
- "view config"
|
|
|
|
condition: and
|
2022-11-18 13:46:56 +00:00
|
|
|
|
2022-11-18 05:59:49 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-06 21:31:38 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/06
|