mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
28 lines
981 B
YAML
28 lines
981 B
YAML
id: apache-activemq-detect
|
|
|
|
info:
|
|
name: Apache ActiveMQ Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
Apache ActiveMQ is an open source message broker written in Java together with a full Java Message Service client. It provides "Enterprise Features" which in this case means fostering the communication from more than one client or server.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: product:"Apache ActiveMQ"
|
|
tags: network,activemq,oss,detect,apache,detection,tcp,discovery
|
|
tcp:
|
|
- inputs:
|
|
- data: "HELP\n\n\u0000"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 61613
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Unknown STOMP action"
|
|
- "norg.apache.activemq.transport.stomp"
|
|
# digest: 4a0a004730450220289215406e9e2724eb230e96d3904a7302edb6c9b1584b2c9b8cdc1c59a066fd0221009aa7b3bd1147532dbc5441cb80338e738ffee9eb40ec569cf619799469047ebc:922c64590222798bb761d5b6d8e72950 |