Added airflow detection template
parent
4cf49fa397
commit
2ca5513606
|
@ -0,0 +1,24 @@
|
|||
id: apache-airflow
|
||||
|
||||
info:
|
||||
name: Apache Airflow
|
||||
author: pdteam
|
||||
severity: info
|
||||
tags: tech,apache,airflow
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/admin/airflow/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Airflow - Login"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue