Merge pull request #6985 from projectdiscovery/pussycat0x-patch-4

OpenTSDB - Detect
patch-1
Dhiyaneshwaran 2023-03-30 16:16:11 +05:30 committed by GitHub
commit 800b38ac3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -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