nuclei-templates/misconfiguration/unauthenticated-airflow.yaml

22 lines
366 B
YAML
Raw Normal View History

2020-09-13 16:57:11 +00:00
id: unauthenticated-airflow-instance
info:
name: Unauthenticated Airflow Instance
author: dhiyaneshDK
2020-09-14 10:03:10 +00:00
severity: high
2020-09-13 16:57:11 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/admin/"
2020-09-14 10:03:10 +00:00
matchers-condition: and
2020-09-13 16:57:11 +00:00
matchers:
- type: word
words:
- Airflow - DAGs
part: body
2020-09-14 10:03:10 +00:00
- type: status
status:
- 200