mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create airflow-workflow.yaml
This commit is contained in:
16
workflows/airflow-workflow.yaml
Normal file
16
workflows/airflow-workflow.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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/apache-airflow.yaml
|
||||
subtemplates:
|
||||
- template: cves/2020/CVE-2020-11978.yaml
|
||||
- template: cves/2020/CVE-2020-13927.yaml
|
||||
- template: exposures/configs/airflow-configuration-exposure.yaml
|
||||
- template: misconfiguration/unauthenticated-airflow.yaml
|
||||
Reference in New Issue
Block a user