Apache ActiveMQ Artemis - Detection
ID: apache-activemq-artemis-detect
Severity: info
Author: icarot
Tags: tech,activemq,artemis,apache,detect
Description
Section titled “Description”Detects a Apache ActiveMQ Artemis Console, the next generation message broker by ActiveMQ.
YAML Source
Section titled “YAML Source”id: apache-activemq-artemis-detect
info: name: Apache ActiveMQ Artemis - Detection author: icarot severity: info description: | Detects a Apache ActiveMQ Artemis Console, the next generation message broker by ActiveMQ. reference: - https://github.com/apache/activemq-artemis/ metadata: max-request: 1 vendor: apache shodan-query: title:"ActiveMQ Artemis Console" tags: tech,activemq,artemis,apache,detect
http: - method: GET path: - "{{BaseURL}}/console/hawtconfig.json"
matchers-condition: and matchers: - type: word words: - 'img/activemq.png' - 'ActiveMQ Artemis' condition: and
- type: status status: - 200# digest: 490a0046304402201e9cf6bc762c230df0291bb2122b3bdebde816b3d39c50699e812c132ba2243e022054fcc94b066a049f8d00d047ce5149d666aa52a6af32ab16480965553bc2b7d0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/apache/apache-activemq-artemis-detect.yaml"