nuclei-templates/http/exposed-panels/microfocus-vibe-panel.yaml

37 lines
774 B
YAML
Raw Normal View History

2022-08-04 07:38:50 +00:00
id: microfocus-vibe-panel
info:
name: Micro Focus Vibe Login Panel - Detect
2022-08-04 07:38:50 +00:00
author: ritikchaddha
severity: info
description: Micro Focus Vibe 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
cvss-score: 0.0
cwe-id: CWE-200
2022-08-04 07:38:50 +00:00
metadata:
max-request: 1
2022-08-04 07:38:50 +00:00
verified: true
shodan-query: http.html:"Micro Focus Vibe"
tags: panel,microfocus,vibe
http:
2022-08-04 07:38:50 +00:00
- method: GET
path:
- "{{BaseURL}}/ssf/s/portalLogin"
host-redirects: true
2022-08-04 07:38:50 +00:00
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Micro Focus Vibe"
- "baseVibeUrl"
condition: and
- type: status
status:
- 200