Merge pull request #5964 from projectdiscovery/ActiveMQ-OpenWire-transport-Detection

ActiveMQ OpenWire transport Detection
patch-1
Dhiyaneshwaran 2022-11-04 00:54:43 +05:30 committed by GitHub
commit 04f6511ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: activemq-openwire-transport-detect
info:
name: ActiveMQ OpenWire Transport Detection
author: pussycat0x
severity: info
description: |
OpenWire is the native protocol that Apache ActiveMQ uses. It is designed for performance and size on the wire - sacrificing some ease of implementation with higher performance and reduced network bandwidth as a priority.
metadata:
verified: true
shodan-query: 'product:"ActiveMQ OpenWire transport"'
tags: network,activemq
network:
- inputs:
- data: "VERSION"
host:
- "{{Hostname}}"
- "{{Host}}:61616"
matchers-condition: and
matchers:
- type: word
words:
- "ActiveMQ"
extractors:
- type: regex
regex:
- "ProviderVersion...([0-9.]+)"