id: influxdb-detect info: name: InfluxDB Detect author: pikpikcu,idealphase severity: info description: Open Source Time Series Database, high-speed read and write database. reference: - https://www.influxdata.com/ metadata: shodan-query: http.title:"InfluxDB - Admin Interface" tags: tech,influxdb requests: - method: GET path: - "{{BaseURL}}" matchers-condition: and matchers: - type: word part: body words: - "InfluxDB - Admin Interface" - type: status status: - 200 extractors: - type: regex group: 1 regex: - 'InfluxDB<\/b> v([\d.]+)<\/p>'