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:
|
|
vendor: influxdata
|
|
product: influxdb
|
|
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: 4a0a00473045022100d3b46eaee9ca11b3f6cb68bba24c2ec2c29d7c6f4339874da9bc932a013b6fd702201e2eeb4ef2905db1692ff9ab381ad19beff5f0f7e9fbff8af77c760b383d0dc4:922c64590222798bb761d5b6d8e72950 |