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
|
2022-03-19 10:29:17 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: title:"Airflow - DAGs"
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: apache,airflow,unauth
|
2020-09-13 16:57:11 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-03-19 10:29:17 +00:00
|
|
|
- "{{BaseURL}}"
|
2020-09-13 16:57:11 +00:00
|
|
|
- "{{BaseURL}}/admin/"
|
|
|
|
|
2022-03-19 10:29:17 +00:00
|
|
|
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
|
2022-03-19 10:29:17 +00:00
|
|
|
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
|