nuclei-templates/exposed-panels/activemq-panel.yaml

29 lines
620 B
YAML
Raw Normal View History

id: activemq-panel
info:
name: Apache ActiveMQ Exposure
2021-04-06 06:46:11 +00:00
author: pdteam
severity: info
description: An Apache ActiveMQ implementation was discovered.
reference:
- https://activemq.apache.org/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,activemq,apache
requests:
- method: GET
path:
2021-01-14 14:41:56 +00:00
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<h2>Welcome to the Apache ActiveMQ!</h2>'
- '<title>Apache ActiveMQ</title>'
2022-01-03 16:06:23 +00:00
condition: and
# Enhanced by mp on 2022/03/22