2022-11-18 05:59:49 +00:00
|
|
|
id: unauth-selenium-grid-console
|
|
|
|
|
|
|
|
info:
|
2022-11-18 13:49:30 +00:00
|
|
|
name: Unauthenticated Selenium Grid Console
|
2022-11-18 05:59:49 +00:00
|
|
|
author: pussycat0x
|
2022-11-18 13:46:56 +00:00
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
tags: misconfig,unauth,selenium
|
2022-11-18 05:59:49 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/grid/console"
|
|
|
|
- "{{BaseURL}}/console"
|
|
|
|
|
2022-11-18 13:46:56 +00:00
|
|
|
stop-at-first-match: true
|
2022-11-18 05:59:49 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Grid Console"
|
|
|
|
- "view config"
|
|
|
|
condition: and
|
2022-11-18 13:46:56 +00:00
|
|
|
|
2022-11-18 05:59:49 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|