nuclei-templates/exposed-panels/airflow-exposure.yaml

18 lines
383 B
YAML
Raw Normal View History

id: airflow-exposure
info:
name: Apache Airflow Exposure / Unauthenticated Access
2021-01-10 14:15:36 +00:00
author: pd-team
severity: medium
requests:
- method: GET
path:
2021-01-14 14:41:56 +00:00
- '{{BaseURL}}'
- '{{BaseURL}}/admin/'
matchers:
- type: word
words:
- '<title>Airflow - DAGs</title>'
- '<a href="https://github.com/apache/airflow">'
condition: and