42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
id: influxdb-panel
|
|
|
|
info:
|
|
name: InfluxDB Admin Interface Panel - Detect
|
|
author: pikpikcu,idealphase
|
|
severity: info
|
|
description: InfluxDB admin interface panel was detected.
|
|
reference:
|
|
- https://www.influxdata.com/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"InfluxDB - Admin Interface"
|
|
tags: panel,influxdb
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>InfluxDB - Admin Interface</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '<b>InfluxDB<\/b> v([\d.]+)<\/p>'
|
|
|
|
# digest: 490a0046304402205cde1366c06e13314e2d35c13d05b4c9b11e215c7d3296943df5fa8620e170f402203b656352d0a16983f5f68680c265246a41ad1bdd9fc414b302e98f03694a8412:922c64590222798bb761d5b6d8e72950
|