Skip to content

TeamSpeak 3 ServerQuery Detection

ID: teamspeak3-detect

Severity: info

Author: pussycat0x

Tags: network,service,teamspeak3,detect,detection,tcp

ServerQuery is a commandline based administration tool/feature of TeamSpeak 3 server.

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:
verified: true
max-request: 1
shodan-query: product:"TeamSpeak 3 ServerQuery"
tags: network,service,teamspeak3,detect,detection,tcp
tcp:
- inputs:
- data: "\r\n"
host:
- "{{Hostname}}"
port: 2002
matchers:
- type: word
words:
- "TS3"
- "TeamSpeak 3 ServerQuery interface"
condition: and
# digest: 4b0a004830460221009b3576e836446e6eec602303db70090070efba20cadfc24f0ef29a77a777f615022100bce5e0052099aa5d81fc7cddaa69a618995936b6caf030b4d721880b97249b81:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "network/detection/teamspeak3-detect.yaml"

View on Github