nuclei-templates/http/technologies/apache/apache-zeppelin-detect.yaml

27 lines
468 B
YAML
Raw Normal View History

2021-12-24 02:34:49 +00:00
id: apache-zeppelin-detect
info:
name: Apache Zeppelin detect
author: pikpikcu
severity: info
metadata:
max-request: 1
2021-12-24 02:34:49 +00:00
fofa-query: app="APACHE-Zeppelin"
tags: apache,zeppelin,tech
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