Selenium Grid Panel - Detect
ID: selenium-grid
Severity: info
Author: pussycat0x
Tags: panel,unauth,selenium
Description
Section titled “Description”Selenium Grid panel was detected.
YAML Source
Section titled “YAML Source”id: selenium-grid
info: name: Selenium Grid Panel - Detect author: pussycat0x severity: info description: Selenium Grid panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:selenium:selenium_grid:*:*:*:*:*:*:*:* metadata: max-request: 1 shodan-query: http.title:"Selenium Grid" product: selenium_grid vendor: selenium tags: panel,unauth,selenium
http: - method: GET path: - "{{BaseURL}}/ui/index.html"
matchers-condition: and matchers: - type: word part: body words: - "<title>Selenium Grid</title>"
- type: status status: - 200# digest: 4b0a00483046022100a98d7b30d0a5d3e58e76fbdbbef40d54958ca26199aec9196a2c65765f0c2679022100cdb9958193b85cdaf48c4077d7a1608651964ab4eb1f654db2fa87c210cf4b21: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/exposed-panels/selenium-grid.yaml"