2021-06-03 14:09:51 +00:00
|
|
|
id: airflow-debug
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Airflow Debug Trace
|
|
|
|
author: pdteam
|
|
|
|
severity: low
|
2022-05-12 14:18:36 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-05-12 14:18:36 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: title:"Airflow - DAGs"
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: apache,airflow,fpd,misconfig
|
2021-06-03 14:09:51 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-06-03 14:09:51 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/admin/airflow/login"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<h1> Ooops. </h1>"
|
|
|
|
- "Traceback (most recent call last)"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 500
|