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

24 lines
375 B
YAML
Raw Normal View History

2021-06-03 14:00:09 +00:00
id: airflow-panel
2021-06-03 09:05:16 +00:00
info:
2021-06-03 14:00:09 +00:00
name: Airflow Admin login
2021-06-03 09:05:16 +00:00
author: pdteam
severity: info
2021-06-03 14:00:09 +00:00
tags: panel,apache,airflow
2021-06-03 09:05:16 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/admin/airflow/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Airflow - Login"
- type: status
status:
- 200