46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
id: activemq-panel
|
|
|
|
info:
|
|
name: Apache ActiveMQ Exposure
|
|
author: pdteam,righettod
|
|
severity: info
|
|
description: An Apache ActiveMQ implementation was discovered.
|
|
reference:
|
|
- https://activemq.apache.org/
|
|
- https://activemq.apache.org/components/classic/documentation/rest
|
|
classification:
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: apache
|
|
product: activemq
|
|
shodan-query:
|
|
- cpe:"cpe:2.3:a:apache:activemq"
|
|
- product:"activemq openwire transport"
|
|
- http.title:"Apache ActiveMQ"
|
|
tags: panel,activemq,apache,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin/"
|
|
- "{{BaseURL}}/demo/"
|
|
- "{{BaseURL}}"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(to_lower(body), "<title>apache activemq</title>", "<h2>welcome to the apache activemq!</h2>", "manage activemq broker", "activemq console")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '(?i)Copyright\s+([0-9\-]+)'
|
|
- '(?i)<td>Version<\/td>[\r\n\s]*<td>[\r\n\s]*<b>([0-9.]+)<\/b>'
|