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

26 lines
451 B
YAML
Raw Normal View History

id: selenium-grid
2022-11-18 05:44:22 +00:00
info:
name: Selenium Grid Dashboard
2022-11-18 05:44:22 +00:00
author: pussycat0x
severity: unknown
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