40 lines
979 B
YAML
40 lines
979 B
YAML
id: looker-panel
|
|
|
|
info:
|
|
name: Looker Login Panel - Detect
|
|
author: ritikchaddha,daffainfo
|
|
severity: info
|
|
description: Looker login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"lookerVersion"
|
|
tags: panel,login,looker
|
|
|
|
http:
|
|
- 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.]+)',"
|
|
# digest: 490a00463044022005fd2e2adb29d3a8caa8a9cb326ea376d55ce08ecaeed7f263fecdd33d763ebe022035f92ec233d80047a5c1ba00706ebebf6c45cc4885e39fcb242800c272df239a:922c64590222798bb761d5b6d8e72950 |