nuclei-templates/http/exposed-panels/activemq-panel.yaml

46 lines
1.2 KiB
YAML
Raw Normal View History

id: activemq-panel
info:
name: Apache ActiveMQ Exposure
2024-08-11 16:47:01 +00:00
author: pdteam,righettod
severity: info
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
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"
2024-08-11 16:47:01 +00:00
- http.title:"Apache ActiveMQ"
tags: panel,activemq,apache,login
http:
- 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
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\-]+)'
2024-08-11 17:07:48 +00:00
- '(?i)<td>Version<\/td>[\r\n\s]*<td>[\r\n\s]*<b>([0-9.]+)<\/b>'