Add files via upload
parent
03a3ee50af
commit
d0cb8ec2ec
|
@ -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.]+)'
|
Loading…
Reference in New Issue