39 lines
879 B
YAML
39 lines
879 B
YAML
id: influxdb-version-detect
|
|
|
|
info:
|
|
name: InfluxDB Version Information - Detect
|
|
author: c-sh0
|
|
severity: info
|
|
description: InfluxDB version information check was conducted.
|
|
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
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: "X-Influxdb-"
|
|
tags: tech,influxdb,api
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'X-Influxdb-'
|
|
|
|
extractors:
|
|
- type: kval
|
|
kval:
|
|
- "X_Influxdb_Version"
|
|
|
|
# Enhanced by md on 2023/03/15
|