penTSDB - Detect

patch-1
pussycat0x 2023-03-30 10:55:55 +05:30 committed by GitHub
parent f8719e83a4
commit 12886139f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: opentsdb-status
info:
name: OpenTSDB - Detect
author: pussycat0x
severity: low
reference: |
http://opentsdb.net/
metadata:
verified: "true"
shodan-query: http.title:"OpenTSDB"
tags: opentsdb,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/stats?json"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "tsd.connectionmgr.connections"
- "tsd.http"
- "host"
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200