mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
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
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:influxdata:influxdb:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: "X-Influxdb-"
|
|
product: influxdb
|
|
vendor: influxdata
|
|
tags: tech,influxdb,api,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'X-Influxdb-'
|
|
|
|
extractors:
|
|
- type: kval
|
|
kval:
|
|
- "X_Influxdb_Version"
|
|
# digest: 4a0a0047304502202859631e416f0b0f11f4ac799f63775b6c44009f45c0ebf963d10ad7741c7852022100893f5fec4e1375d81afe8a4ca1c614cad0ebfb4fdc40928917ad8934c3e1392b:922c64590222798bb761d5b6d8e72950 |