Merge pull request #6094 from projectdiscovery/Unauthenticated-Selenium-Grid-Console

Unauthenticated Selenium Grid Console
patch-1
Prince Chaddha 2022-11-18 19:21:25 +05:30 committed by GitHub
commit ba1093c4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
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