nuclei-templates/misconfiguration/unauthenticated-airflow.yaml

30 lines
531 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
2021-03-12 08:57:14 +00:00
tags: apache,airflow,unauth
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:
2021-02-26 00:47:11 +00:00
- "Content-Type: text/html"
part: header
- type: word
words:
- "<title>Airflow - DAGs</title>"
2020-09-13 16:57:11 +00:00
part: body
2021-02-26 00:47:11 +00:00
condition: and
2020-09-14 10:03:10 +00:00
- type: status
status:
2021-02-26 00:47:11 +00:00
- 200