35 lines
609 B
YAML
35 lines
609 B
YAML
id: looker-panel
|
|
|
|
info:
|
|
name: Looker Login Panel
|
|
author: ritikchaddha,daffainfo
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan: http.html:"lookerVersion"
|
|
tags: panel,login,looker
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "lookerVersion"
|
|
- "lookerLocation.title"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- "lookerVersion: '([0-9.]+)',"
|