nuclei-templates/http/misconfiguration/airflow/unauthenticated-airflow.yaml

29 lines
544 B
YAML

id: unauthenticated-airflow-instance
info:
name: Unauthenticated Airflow Instance
author: dhiyaneshDK
severity: high
metadata:
max-request: 2
shodan-query: title:"Airflow - DAGs"
tags: apache,airflow,unauth,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/admin/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Airflow - DAGs</title>"
- type: status
status:
- 200