misc changes
parent
0c4f75d3ad
commit
a0e234fd15
|
@ -1,10 +1,10 @@
|
|||
id: apache-airflow
|
||||
id: airflow-panel
|
||||
|
||||
info:
|
||||
name: Apache Airflow
|
||||
name: Airflow Admin login
|
||||
author: pdteam
|
||||
severity: info
|
||||
tags: tech,apache,airflow
|
||||
tags: panel,apache,airflow
|
||||
|
||||
requests:
|
||||
- method: GET
|
|
@ -0,0 +1,24 @@
|
|||
id: airflow-detect
|
||||
|
||||
info:
|
||||
name: Apache Airflow
|
||||
author: pdteam
|
||||
severity: info
|
||||
tags: tech,apache,airflow
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/{{randstr}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Airflow 404 = lots of circles"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 404
|
|
@ -8,10 +8,11 @@ info:
|
|||
|
||||
workflows:
|
||||
|
||||
- template: technologies/apache-airflow.yaml
|
||||
- template: technologies/airflow-detect.yaml
|
||||
subtemplates:
|
||||
- template: cves/2020/CVE-2020-11978.yaml
|
||||
- template: cves/2020/CVE-2020-13927.yaml
|
||||
- template: exposed-panels/airflow-panel.yaml
|
||||
- template: exposures/configs/airflow-configuration-exposure.yaml
|
||||
- template: misconfiguration/unauthenticated-airflow.yaml
|
||||
- template: default-logins/apache/airflow-default-credentials.yaml
|
Loading…
Reference in New Issue