nuclei-templates/misconfiguration/unauthenticated-airflow.yaml

22 lines
366 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:
- Airflow - DAGs
part: body
- type: status
status:
- 200