Merge pull request #6610 from projectdiscovery/TeamSpeak-3-ServerQuery-Detection
TeamSpeak 3 ServerQuery Detectionpatch-1
commit
181ff15f27
|
@ -0,0 +1,27 @@
|
||||||
|
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
|
||||||
|
shodan-query: product:"TeamSpeak 3 ServerQuery"
|
||||||
|
tags: network,service,teamspeak3
|
||||||
|
|
||||||
|
network:
|
||||||
|
- inputs:
|
||||||
|
- data: "\r\n"
|
||||||
|
|
||||||
|
host:
|
||||||
|
- "{{Hostname}}"
|
||||||
|
- "{{Host}}:2002"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "TS3"
|
||||||
|
- "TeamSpeak 3 ServerQuery interface"
|
||||||
|
condition: and
|
Loading…
Reference in New Issue