41 lines
955 B
YAML
41 lines
955 B
YAML
id: apache-mesos-panel
|
|
|
|
info:
|
|
name: Apache Mesos - Panel Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
description: Apache Mesos panel was detected.
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"Mesos"
|
|
fofa-query: app="APACHE-MESOS"
|
|
tags: panel,apache,mesos
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}:5050"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Mesos</title>"
|
|
- "Apache"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100c25db764306c004ebf55737770f8d13c0d8024f7da6a68fa984c6dfe37bb3ed20220329e71cfbb3e820de60e890148d6338735e7e4fa913fc1c66958f71be993fdb1:922c64590222798bb761d5b6d8e72950
|