nuclei-templates/exposed-panels/apache/apache-mesos-panel.yaml

39 lines
778 B
YAML
Raw Normal View History

id: apache-mesos-panel
2022-10-07 11:17:19 +00:00
info:
name: Apache Mesos - Panel Detect
2022-10-07 11:17:19 +00:00
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.0
cwe-id: CWE-200
2022-10-07 11:17:19 +00:00
metadata:
2022-10-07 11:40:46 +00:00
verified: true
shodan-query: http.title:"Mesos"
2022-10-07 11:17:19 +00:00
fofa-query: app="APACHE-MESOS"
tags: panel,apache,mesos
2022-10-07 11:17:19 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}:5050"
2022-10-07 11:40:46 +00:00
stop-at-first-match: true
2022-10-07 11:17:19 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Mesos</title>"
2022-10-07 11:40:46 +00:00
- "Apache"
condition: and
2022-10-07 11:17:19 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/10/31