漏洞描述
app="APACHE-Airflow"
id: airflow-unauth
info:
name: Airflow Unauth
author: pa55w0rd(www.pa55w0rd.online/)
severity: high
verified: true
description: app="APACHE-Airflow"
rules:
r0:
request:
method: GET
path: /admin/
expression: response.status == 200 && response.body.bcontains(b"<title>Airflow - DAGs</title>")
expression: r0()