Skip to content

Commit

Permalink
Merge pull request #9824 from dcruzec/main
Browse files Browse the repository at this point in the history
vrealize-hyperic-login-panel
  • Loading branch information
DhiyaneshGeek committed May 24, 2024
2 parents 0d1d67c + 41fe068 commit d8a39f5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions http/exposed-panels/vrealize-hyperic-login-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
id: vrealize-hyperic-panel

info:
name: vRealize Hyperic Login Panel - Detect
author: Charles D
severity: info
description: |
vRealize Hyperic 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.title:"Sign In - Hyperic"
tags: login,panel,vrealize,hyperic,detect

http:
- method: GET
path:
- '{{BaseURL}}/app/login'

matchers-condition: and
matchers:
- type: word
part: body
words:
- "Sign In - Hyperic"

- type: status
status:
- 200

0 comments on commit d8a39f5

Please sign in to comment.