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

29 lines
468 B
YAML

id: airflow-detect
info:
name: Apache Airflow
author: pdteam
severity: info
metadata:
max-request: 1
verified: true
shodan-query: http.html:"Apache Airflow"
tags: tech,apache,airflow
http:
- method: GET
path:
- "{{BaseURL}}/{{randstr}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Airflow 404 = lots of circles"
- type: status
status:
- 404