nuclei-templates/technologies/influxdb-version-detect.yaml

32 lines
686 B
YAML

id: influxdb-version-detect
info:
name: InfluxDB Version Detection
author: c-sh0
severity: info
description: Obtain InfluxDB Version Information
reference:
- https://docs.influxdata.com/influxdb/v1.8/tools/api/#ping-http-endpoint
- https://github.com/influxdata/influxdb/blob/master/http/platform_handler.go#L62
metadata:
verified: true
shodan-query: "X-Influxdb-"
tags: tech,influxdb,api
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'X-Influxdb-'
extractors:
- type: kval
kval:
- "X_Influxdb_Version"