Create apache-mesos-detect.yaml
parent
de7abb3f09
commit
ad29d7a3ac
|
@ -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
|
Loading…
Reference in New Issue