nuclei-templates/http/exposed-panels/airflow-panel.yaml

37 lines
856 B
YAML

id: airflow-admin-login-panel
info:
name: Apache Airflow Admin Login Panel
author: pdteam
severity: info
description: An Apache Airflow admin login panel was discovered.
reference:
- https://airflow.apache.org/docs/apache-airflow/stable/security/webserver.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-668
metadata:
max-request: 2
shodan-query: title:"Sign In - Airflow"
tags: panel,apache,airflow,admin
http:
- method: GET
path:
- "{{BaseURL}}/login/"
- "{{BaseURL}}/admin/airflow/login"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "Airflow - Login"
- "Sign In - Airflow"
condition: or
- type: status
status:
- 200