Nmap teamspeak2-version NSE Script


This page contains detailed information about how to use the teamspeak2-version NSE script. For list of all NSE scripts, visit the Nmap NSE Library.

Script Overview


Script source code: https://github.com/nmap/nmap/tree/master/scripts/teamspeak2-version.nse
Script categories: version
Target service / protocol: teamspeak2, udp
Target network port(s): 8767
List of CVEs: -

Script Description


The teamspeak2-version.nse script detects the TeamSpeak 2 voice communication server and attempts to determine version and configuration information.

A single UDP packet (a login request) is sent. If the server does not have a password set, the exact version, name, and OS type will also be reported on.

Teamspeak2-version NSE Script Arguments


The teamspeak2-version.nse script does not have any arguments.

Teamspeak2-version NSE Script Example Usage


Here's an example of how to use the teamspeak2-version.nse script:

nmap -sU -sV -p 8767 <target>

Teamspeak2-version NSE Script Example Output


Here's a sample output from the teamspeak2-version.nse script:

PORT     STATE SERVICE    REASON     VERSION
8767/udp open  teamspeak2 script-set TeamSpeak 2.0.23.19 (name: COWCLANS; no password)
Service Info: OS: Win32

Teamspeak2-version NSE Script Example XML Output


There is no sample XML output for this module. However, by providing the -oX <file> option, Nmap will produce a XML output and save it in the file.xml file.

Author


  • Marin Mari

References


See Also


Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.