2021-12-24 02:34:49 +00:00
|
|
|
id: apache-zeppelin-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache Zeppelin detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2021-12-24 02:34:49 +00:00
|
|
|
fofa-query: app="APACHE-Zeppelin"
|
|
|
|
tags: apache,zeppelin,tech
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-24 02:34:49 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2021-12-24 12:43:08 +00:00
|
|
|
matchers-condition: and
|
2021-12-24 02:34:49 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title ng-bind="$root.pageTitle">Zeppelin</title>'
|
2021-12-24 12:43:08 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|