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

28 lines
519 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
metadata:
shodan-query: title:"Airflow - DAGs"
tags: apache,airflow,unauth
2020-09-13 16:57:11 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2020-09-13 16:57:11 +00:00
- "{{BaseURL}}/admin/"
stop-at-first-match: true
2020-09-14 10:03:10 +00:00
matchers-condition: and
2020-09-13 16:57:11 +00:00
matchers:
- type: word
part: body
2021-02-26 00:47:11 +00:00
words:
- "<title>Airflow - DAGs</title>"
2020-09-14 10:03:10 +00:00
- type: status
status:
2021-02-26 00:47:11 +00:00
- 200