Skip to content

Apache Airflow

ID: airflow-detect

Severity: info

Author: pdteam

Tags: tech,apache,airflow,intrusive

id: airflow-detect
info:
name: Apache Airflow
author: pdteam
severity: info
classification:
cpe: cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: apache
product: airflow
shodan-query: http.html:"Apache Airflow"
tags: tech,apache,airflow,intrusive
http:
- method: GET
path:
- "{{BaseURL}}/{{randstr}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Airflow 404"
- type: status
status:
- 404
# digest: 4b0a0048304602210094e142ba5c1fa474c75be9a8bfa6851dd1e06e5a08da6e10b6a32d461631709c022100b5fc01a281c6a86c69d11fc39586964fe265a018aae69a2162cad2c39aa9a5d7:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/apache/airflow-detect.yaml"

View on Github