Added airflow-debug
parent
a0e234fd15
commit
0c436e35aa
|
@ -0,0 +1,26 @@
|
|||
id: airflow-debug
|
||||
|
||||
info:
|
||||
name: Airflow Debug Trace
|
||||
author: pdteam
|
||||
severity: low
|
||||
tags: apache,airflow,fpd
|
||||
|
||||
requests:
|
||||
- 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
|
|
@ -14,5 +14,5 @@ workflows:
|
|||
- template: cves/2020/CVE-2020-13927.yaml
|
||||
- template: exposed-panels/airflow-panel.yaml
|
||||
- template: exposures/configs/airflow-configuration-exposure.yaml
|
||||
- template: misconfiguration/unauthenticated-airflow.yaml
|
||||
- template: default-logins/apache/airflow-default-credentials.yaml
|
||||
- template: misconfiguration/airflow/
|
Loading…
Reference in New Issue