30 lines
547 B
YAML
30 lines
547 B
YAML
id: unauth-selenium-grid-console
|
|
|
|
info:
|
|
name: Unauthenticated Selenium Grid Console
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
tags: misconfig,unauth,selenium
|
|
|
|
requests:
|
|
- 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
|