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), "apache activemq", "

welcome to the apache activemq!

", "manage activemq broker", "activemq console")' condition: and extractors: - type: regex part: body group: 1 regex: - '(?i)Copyright\s+([0-9\-]+)' - '(?i)Version<\/td>[\r\n\s]+[\r\n\s]+([0-9.]+)<\/b>'