2021-01-10 13:11:25 +00:00
|
|
|
id: activemq-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache ActiveMQ Exposure
|
2024-08-11 16:47:01 +00:00
|
|
|
author: pdteam,righettod
|
2021-01-10 13:11:25 +00:00
|
|
|
severity: info
|
2022-03-23 13:33:16 +00:00
|
|
|
description: An Apache ActiveMQ implementation was discovered.
|
|
|
|
reference:
|
|
|
|
- https://activemq.apache.org/
|
2024-08-11 16:47:01 +00:00
|
|
|
- https://activemq.apache.org/components/classic/documentation/rest
|
2022-03-23 13:33:16 +00:00
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2024-03-26 08:03:04 +00:00
|
|
|
cpe: cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-04-08 11:34:33 +00:00
|
|
|
vendor: apache
|
2024-06-07 10:04:29 +00:00
|
|
|
product: activemq
|
|
|
|
shodan-query:
|
|
|
|
- cpe:"cpe:2.3:a:apache:activemq"
|
|
|
|
- product:"activemq openwire transport"
|
2024-08-11 16:47:01 +00:00
|
|
|
- http.title:"Apache ActiveMQ"
|
|
|
|
tags: panel,activemq,apache,login
|
2021-01-10 13:11:25 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-01-10 13:11:25 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2024-08-11 16:47:01 +00:00
|
|
|
- "{{BaseURL}}/admin/"
|
|
|
|
- "{{BaseURL}}/demo/"
|
|
|
|
- "{{BaseURL}}"
|
2021-01-14 14:41:56 +00:00
|
|
|
|
2024-08-11 16:47:01 +00:00
|
|
|
stop-at-first-match: true
|
2021-01-10 13:11:25 +00:00
|
|
|
matchers:
|
2024-08-11 16:47:01 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2024-08-11 17:01:39 +00:00
|
|
|
- 'status_code == 200'
|
2024-08-11 16:54:08 +00:00
|
|
|
- 'contains_any(to_lower(body), "<title>apache activemq</title>", "<h2>welcome to the apache activemq!</h2>", "manage activemq broker", "activemq console")'
|
2022-01-03 16:06:23 +00:00
|
|
|
condition: and
|
2024-08-11 16:47:01 +00:00
|
|
|
|
|
|
|
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>'
|