26 lines
453 B
YAML
26 lines
453 B
YAML
id: apache-zeppelin-detect
|
|
|
|
info:
|
|
name: Apache Zeppelin detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
fofa-query: app="APACHE-Zeppelin"
|
|
tags: apache,zeppelin,tech
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title ng-bind="$root.pageTitle">Zeppelin</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|