Add files via upload

patch-1
pussycat0x 2022-11-18 11:29:49 +05:30 committed by GitHub
parent 4487f494cf
commit e7892407f5
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: unauth-selenium-grid-console
info:
name: Unauthenticated Selenium Grid Console
author: pussycat0x
severity: high
tags: misconfig,unauth
requests:
- method: GET
path:
- "{{BaseURL}}/grid/console"
- "{{BaseURL}}/console"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Grid Console"
- "view config"
condition: and
- type: status
status:
- 200