26 lines
451 B
YAML
26 lines
451 B
YAML
|
id: selenium-grid
|
||
|
|
||
|
info:
|
||
|
name: Selenium Grid Dashboard
|
||
|
author: pussycat0x
|
||
|
severity: unknown
|
||
|
metadata:
|
||
|
shodan-query: http.title:"Selenium Grid"
|
||
|
tags: panel,unauth,selenium
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/ui/index.html"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>Selenium Grid</title>"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|