nuclei-templates/default-logins/activemq/activemq-default-login.yaml

29 lines
590 B
YAML

id: activemq-default-login
info:
name: Apache ActiveMQ Default Login
author: pdteam
severity: medium
tags: apache,activemq,default-login
requests:
- raw:
- |
GET /admin/ HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
payloads:
username:
- user
- admin
password:
- user
- admin
attack: pitchfork
matchers:
- type: word
words:
- 'Welcome to the Apache ActiveMQ Console of <b>'
- '<h2>Broker</h2>'
condition: and