Add files via upload

patch-1
pussycat0x 2022-11-18 11:14:22 +05:30 committed by GitHub
parent 4487f494cf
commit 962ff6b3f2
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
info:
name: Unauthenticated Selenium Grid
author: pussycat0x
severity: high
metadata:
shodan-query: http.title:"Selenium Grid"
tags: misconfig,unauth
requests:
- method: GET
path:
- "{{BaseURL}}ui/index.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Selenium Grid"
condition: and
- type: status
status:
- 200