nuclei-templates/exposed-panels/vrealize-loginsight-panel.yaml

27 lines
521 B
YAML

id: vrealize-loginsight-panel
info:
name: vRealize Log Insight Panel
author: pussycat0x
severity: info
description: Detect vRealize Log Insight login panel
metadata:
verified: true
shodan-dork: title:"vRealize Log insight"
tags: panel,vmware,vrealize
requests:
- method: GET
path:
- "{{BaseURL}}/login?loginUrl=%2Findex"
matchers-condition: and
matchers:
- type: word
words:
- 'vRealize Log Insight'
- type: status
status:
- 200