nuclei-templates/http/exposures/logs/opentsdb-status.yaml

38 lines
670 B
YAML
Raw Normal View History

2023-03-30 05:25:55 +00:00
id: opentsdb-status
info:
name: OpenTSDB - Detect
author: pussycat0x
severity: low
reference: |
http://opentsdb.net/
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
shodan-query: http.favicon.hash:407286339
tags: opentsdb,exposure,logs
2023-03-30 05:25:55 +00:00
http:
2023-03-30 05:25:55 +00:00
- method: GET
path:
- "{{BaseURL}}/stats?json"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "tsd.connectionmgr.connections"
- "tsd.http"
- "host"
condition: and
2023-03-30 05:25:55 +00:00
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200