Merge pull request #6094 from projectdiscovery/Unauthenticated-Selenium-Grid-Console
Unauthenticated Selenium Grid Consolepatch-1
commit
ba1093c4e2
|
@ -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
|
Loading…
Reference in New Issue