nuclei-templates/technologies/airflow-detect.yaml

24 lines
376 B
YAML
Raw Normal View History

2021-06-03 14:00:09 +00:00
id: airflow-detect
2021-06-03 09:05:16 +00:00
info:
name: Apache Airflow
author: pdteam
severity: info
tags: tech,apache,airflow
requests:
- method: GET
path:
2021-06-03 14:00:09 +00:00
- "{{BaseURL}}/{{randstr}}"
2021-06-03 09:05:16 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2021-06-03 14:00:09 +00:00
- "Airflow 404 = lots of circles"
2021-06-03 09:05:16 +00:00
- type: status
status:
2021-06-03 14:00:09 +00:00
- 404