nuclei-templates/exposed-panels/selenium-grid.yaml

33 lines
655 B
YAML
Raw Normal View History

id: selenium-grid
2022-11-18 05:44:22 +00:00
info:
name: Selenium Grid Panel - Detect
2022-11-18 05:44:22 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-11-18 05:44:22 +00:00
metadata:
shodan-query: http.title:"Selenium Grid"
tags: panel,unauth,selenium
2022-11-18 05:44:22 +00:00
requests:
- method: GET
path:
2022-11-18 05:54:56 +00:00
- "{{BaseURL}}/ui/index.html"
2022-11-18 05:44:22 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Selenium Grid</title>"
2022-11-18 05:44:22 +00:00
- type: status
status:
2022-11-18 05:54:56 +00:00
- 200
# Enhanced by md on 2023/01/16