28 lines
621 B
YAML
28 lines
621 B
YAML
id: teamspeak3-detect
|
|
|
|
info:
|
|
name: TeamSpeak 3 ServerQuery Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
ServerQuery is a commandline based administration tool/feature of TeamSpeak 3 server.
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: product:"TeamSpeak 3 ServerQuery"
|
|
verified: true
|
|
tags: network,service,teamspeak3,detect
|
|
tcp:
|
|
- inputs:
|
|
- data: "\r\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:2002"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "TS3"
|
|
- "TeamSpeak 3 ServerQuery interface"
|
|
condition: and
|