Skip to content

vRealize Log Insight - Panel Detect

ID: vrealize-loginsight-panel

Severity: info

Author: pussycat0x

Tags: panel,vmware,vrealize

Detect vRealize Log Insight login panel was detected.

id: vrealize-loginsight-panel
info:
name: vRealize Log Insight - Panel Detect
author: pussycat0x
severity: info
description: Detect vRealize Log Insight 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
cpe: cpe:2.3:a:vmware:vrealize_log_insight:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: vmware
product: vrealize_log_insight
shodan-query:
- title:"vRealize Log insight"
- http.title:"vrealize log insight"
fofa-query: title="vrealize log insight"
google-query: intitle:"vrealize log insight"
tags: panel,vmware,vrealize
http:
- method: GET
path:
- "{{BaseURL}}/login?loginUrl=%2Findex"
matchers-condition: and
matchers:
- type: word
words:
- 'vRealize Log Insight'
- type: status
status:
- 200
# digest: 4b0a00483046022100e17809be0cfcef111c7866be7f8388917811f2c204e2e3b9c3aa25a557e2e305022100c02ddf2f3d3381edebe3959dc8fb3ccc40ec6eae9411a5b9061ebc8300c268d4: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/vrealize-loginsight-panel.yaml"

View on Github