Selenium Grid Console - Detect
ID: unauth-selenium-grid-console
Severity: info
Author: pussycat0x
Tags: misconfig,unauth,selenium
Description
Section titled “Description”Selenium Grid Console panel was detected.
YAML Source
Section titled “YAML Source”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: 4b0a00483046022100b2e3db2a5f8e585fcae4ca063090d9ef1f1e653d4872ee7549dcaac8e03f5e9d022100a0f13bf7dcc2a362f55c5037029b3812ed059962ceae644a06c5c3b5388c40d2:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/unauth-selenium-grid-console.yaml"