nuclei-templates/http/exposures/configs/airflow-configuration-expos...

26 lines
562 B
YAML
Raw Normal View History

id: airflow-configuration-exposure
info:
name: Apache Airflow Configuration Page - Detect
2021-04-06 06:46:11 +00:00
author: pdteam
severity: medium
description: Apache Airflow configuration page was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2021-06-03 14:18:37 +00:00
tags: exposure,config,airflow,apache
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/airflow.cfg'
matchers:
- type: word
words:
- '[core]'
- '[api]'
condition: and