Files
nuclei-templates/exposed-panels/activemq-panel.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

27 lines
537 B
YAML

id: activemq-panel
info:
name: Apache ActiveMQ Exposure
author: pdteam
severity: info
description: An Apache ActiveMQ implementation was discovered.
reference:
- https://activemq.apache.org/
classification:
cwe-id: CWE-200
tags: panel,activemq,apache
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<h2>Welcome to the Apache ActiveMQ!</h2>'
- '<title>Apache ActiveMQ</title>'
condition: and
# Enhanced by mp on 2022/03/22