18 lines
621 B
YAML
18 lines
621 B
YAML
id: airflow-workflow
|
|
|
|
info:
|
|
name: Apache Airflow Security Checks
|
|
author: pdteam
|
|
description: A simple workflow that runs all Apache Airflow related nuclei templates on a given target.
|
|
tags: workflow
|
|
|
|
workflows:
|
|
|
|
- template: technologies/airflow-detect.yaml
|
|
subtemplates:
|
|
- template: cves/2020/CVE-2020-11978.yaml
|
|
- template: cves/2020/CVE-2020-13927.yaml
|
|
- template: exposed-panels/airflow-panel.yaml
|
|
- template: exposures/configs/airflow-configuration-exposure.yaml
|
|
- template: default-logins/apache/airflow-default-credentials.yaml
|
|
- template: misconfiguration/airflow/ |