2024-05-21 08:07:13 +00:00
|
|
|
|
id: microfocus-lifecycle-panel
|
2024-05-20 17:38:54 +00:00
|
|
|
|
|
|
|
|
|
info:
|
2024-05-21 08:07:13 +00:00
|
|
|
|
name: Micro Focus Application Lifecycle Management - Panel
|
2024-05-20 17:38:54 +00:00
|
|
|
|
author: righettod
|
|
|
|
|
severity: info
|
|
|
|
|
description: |
|
|
|
|
|
Micro Focus Application Lifecycle Management login panel was detected.
|
|
|
|
|
reference:
|
2024-05-20 17:42:48 +00:00
|
|
|
|
- https://www.opentext.com/products/alm-quality-center
|
2024-05-20 17:38:54 +00:00
|
|
|
|
metadata:
|
|
|
|
|
verified: true
|
2024-06-07 10:04:29 +00:00
|
|
|
|
max-request: 1
|
2024-05-20 17:38:54 +00:00
|
|
|
|
shodan-query: http.html:"Micro Focus Application Lifecycle Management"
|
|
|
|
|
tags: panel,microfocus,login,detect
|
|
|
|
|
|
|
|
|
|
http:
|
|
|
|
|
- method: GET
|
|
|
|
|
path:
|
|
|
|
|
- "{{BaseURL}}/qcbin/"
|
|
|
|
|
|
|
|
|
|
redirects: true
|
|
|
|
|
max-redirects: 2
|
|
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
|
- type: dsl
|
|
|
|
|
dsl:
|
|
|
|
|
- 'status_code == 200'
|
|
|
|
|
- 'contains_any(to_lower(body), "micro focus application lifecycle management", "<div class=\"alm_name\">application lifecycle", "<p class=\"alm_header\">application lifecycle")'
|
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
|
- type: regex
|
|
|
|
|
part: body
|
|
|
|
|
group: 1
|
|
|
|
|
regex:
|
2024-05-20 17:42:48 +00:00
|
|
|
|
- '(?i)Micro\s+Focus\s+Application\s+Lifecycle\s+Management\s+([0-9.]+)'
|
2024-06-08 16:02:17 +00:00
|
|
|
|
# digest: 490a00463044022049a7ea29e0e5ebf7d12a3d8973b2bb567102bd2d5359c73e37ac84547b1b64680220036fa61bb95aae9b13acf2536b45de09097049489f6ed860c210be88d3530f3a:922c64590222798bb761d5b6d8e72950
|