Create apache-mesos-detect.yaml

patch-1
PikPikcU 2022-10-07 18:17:19 +07:00 committed by GitHub
parent de7abb3f09
commit ad29d7a3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: apache-mesos-detect
info:
name: Apache Mesos Detect
author: pikpikcu
severity: info
metadata:
fofa-query: app="APACHE-MESOS"
tags: tech,apache,mesos
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}:5050"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Mesos</title>"
- type: status
status:
- 200