Skip to content

Micro Focus Vibe Login Panel - Detect

ID: microfocus-vibe-panel

Severity: info

Author: ritikchaddha,righettod

Tags: panel,microfocus,vibe

Micro Focus Vibe login panel was detected.

id: microfocus-vibe-panel
info:
name: Micro Focus Vibe Login Panel - Detect
author: ritikchaddha,righettod
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
cwe-id: CWE-200
cpe: cpe:2.3:a:microfocus:vibe:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: microfocus
product: vibe
shodan-query:
- http.html:"Micro Focus Vibe"
- http.html:"micro focus vibe"
fofa-query: body="micro focus vibe"
tags: panel,microfocus,vibe
http:
- method: GET
path:
- "{{BaseURL}}/ssf/s/portalLogin"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Micro Focus Vibe"
- "baseVibeUrl"
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)Copyright\s+([0-9-]+)\s+Micro\s+Focus'
# digest: 490a0046304402201f0a275f4c11271098f98d6e726a979477b5774c8d7de48b53891eecb576f2e1022038f68d9dab4255420f4410ddb3278d3eeb4470dbb263dc024380183cfcaa5492: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/microfocus-vibe-panel.yaml"

View on Github