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

32 lines
570 B
YAML

id: apache-mesos-panel
info:
name: Apache Mesos - Panel
author: pikpikcu
severity: info
metadata:
verified: true
shodan-query: http.title:"Mesos"
fofa-query: app="APACHE-MESOS"
tags: panel,apache,mesos
requests:
- 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