nuclei-templates/technologies/influxdb-detect.yaml

25 lines
375 B
YAML
Raw Normal View History

2021-08-02 08:02:49 +00:00
id: influxdb-detect
info:
name: InfluxDB Detect
author: pikpikcu
severity: info
tags: tech,influxdb
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>InfluxDB - Admin Interface</title>"
- type: status
status:
- 200