Add files via upload

patch-2
Dominique RIGHETTO 2024-05-20 19:38:54 +02:00 committed by GitHub
parent 03a3ee50af
commit d0cb8ec2ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: microfocus-application-lifecycle-management-panel
info:
name: Micro Focus Application Lifecycle Management Panel - Detect
author: righettod
severity: info
description: |
Micro Focus Application Lifecycle Management login panel was detected.
reference:
- https://www.microfocus.com/
metadata:
max-request: 1
verified: true
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:
- '(?i)Micro\s+Focus\s+Application\s+Lifecycle\s+Management\s+([0-9.]+)'