commit
800b38ac3d
|
@ -0,0 +1,36 @@
|
|||
id: opentsdb-status
|
||||
|
||||
info:
|
||||
name: OpenTSDB - Detect
|
||||
author: pussycat0x
|
||||
severity: low
|
||||
reference: |
|
||||
http://opentsdb.net/
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: http.favicon.hash:407286339
|
||||
tags: opentsdb,exposure,logs
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/stats?json"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "tsd.connectionmgr.connections"
|
||||
- "tsd.http"
|
||||
- "host"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/json"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue