Skip to content

Apache Apollo Panel - Detect

ID: apache-apollo-panel

Severity: info

Author: ritikchaddha

Tags: panel,apache,apollo,login,detect

id: apache-apollo-panel
info:
name: Apache Apollo Panel - Detect
author: ritikchaddha
severity: info
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: panel,apache,apollo,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/console/index.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Apache Apollo - Admin Console'
- type: status
status:
- 200
# digest: 490a0046304402206883b0667e8f56f2ed86f3cb84723283c210bc4c32877ec9e6bf84cb905dbdd502202be566ef9b8763c89524e51d7536fa7bf78ced93cb5b4c449cfa219fc7e7a3d0: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/exposed-panels/apache/apache-apollo-panel.yaml"

View on Github