nuclei-templates/misconfiguration/unauthenticated-airflow.yaml

29 lines
501 B
YAML

id: unauthenticated-airflow-instance
info:
name: Unauthenticated Airflow Instance
author: dhiyaneshDK
severity: high
requests:
- method: GET
path:
- "{{BaseURL}}/admin/"
matchers-condition: and
matchers:
- type: word
words:
- "Content-Type: text/html"
part: header
- type: word
words:
- "<title>Airflow - DAGs</title>"
part: body
condition: and
- type: status
status:
- 200