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

28 lines
524 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
metadata:
shodan-query: title:"Sign In - Airflow"
2021-06-03 09:05:16 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login/"
2021-06-03 09:05:16 +00:00
- "{{BaseURL}}/admin/airflow/login"
stop-at-first-match: true
2021-06-03 09:05:16 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Airflow - Login"
- "Sign In - Airflow"
condition: or
2021-06-03 09:05:16 +00:00
- type: status
status:
- 200