Merge pull request #6092 from projectdiscovery/Unauthenticated-Selenium-Grid
Unauthenticated Selenium Gridpatch-1
commit
4e80c516f6
|
@ -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
|
Loading…
Reference in New Issue