Skip to content

Looker Login Panel - Detect

ID: looker-panel

Severity: info

Author: ritikchaddha,daffainfo

Tags: panel,login,looker

Looker login panel was detected.

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: 4a0a0047304502206a554f7aca1524fc946af97defd8d3288c8d099c7b4f46c52f9dcd2e0798cf97022100e79a591794b98fd0c0edfe3fc3a0a6d04c5dc34740c67b8d416e14f81969ce6d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/looker-panel.yaml"

View on Github