minor update
parent
574fde0bd2
commit
ac967a0993
|
@ -1,30 +1,32 @@
|
|||
id: vrealize-hyperic-login-panel
|
||||
id: vrealize-hyperic-panel
|
||||
|
||||
info:
|
||||
info:
|
||||
name: vRealize Hyperic Login Panel - Detect
|
||||
author: Charles D.
|
||||
author: Charles D
|
||||
severity: info
|
||||
description: vRealize Hyperic login panel was detected
|
||||
classification:
|
||||
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:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Sign In - Hyperic"
|
||||
tags: login,panel,vrealize-hyperic
|
||||
verified: true
|
||||
tags: login,panel,vrealize,hyperic
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
path:
|
||||
- '{{BaseURL}}/app/login'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Sign In - Hyperic"
|
||||
part: body
|
||||
|
||||
words:
|
||||
- "Sign In - Hyperic"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue