31 lines
780 B
YAML
31 lines
780 B
YAML
id: unauthenticated-airflow-instance
|
|
|
|
info:
|
|
name: Unauthenticated Airflow Instance
|
|
author: dhiyaneshDK
|
|
severity: high
|
|
description: Airflow Instance is exposed.
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: title:"Airflow - DAGs"
|
|
tags: apache,airflow,unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/admin/"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Airflow - DAGs</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a0046304402203f67cdf6f889648d2b9868d0ae6fd9171a87f9ca6e81af9475bd589420897c0602204c41171087e3d9a6ec9545451f3c7f2323d355b529dabda81886328ec356efe3:922c64590222798bb761d5b6d8e72950 |