mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Added airflow-debug
This commit is contained in:
26
misconfiguration/airflow/airflow-debug.yaml
Normal file
26
misconfiguration/airflow/airflow-debug.yaml
Normal file
@@ -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: default-logins/apache/airflow-default-credentials.yaml
|
||||
- template: misconfiguration/airflow/
|
||||
Reference in New Issue
Block a user