Merge pull request #6092 from projectdiscovery/Unauthenticated-Selenium-Grid

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

View File

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