mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
id: unauth-java-message-broker-detect
|
|
|
|
info:
|
|
name: Unauthenticated Java Message Broker - Detect
|
|
author: matejsmycka
|
|
severity: low
|
|
description: |
|
|
Detection of a Java Message Service (JMS) broker, typically used by Oracle GlassFish Message Queue and Payara Application Server. This port should remain closed to the internet, as it enables unauthenticated access to messaging services.
|
|
metadata:
|
|
verified: true
|
|
shodan-query: product:"Java Message Service"
|
|
tags: network,tcp,jms,openmq,unauth
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
|
|
host:
|
|
- "{{Host}}:7676"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "101 imqbroker"
|
|
- "cluster_discovery"
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "imqbroker ([0-9.]+)"
|
|
# digest: 4a0a0047304502206876f023450c362fdd9c74ed9b638efd7570e141fea2113a773cd08e464d144f022100ed7048e14849f315620ddf5a3ca1a66893c1c17d4b7da0534989d8dcb7fa16dc:922c64590222798bb761d5b6d8e72950 |